RPCAttribute

Summary

Defines a method to be treated as a remote callable procedure. This restricts certain capabilities, such as requiring strict memory layouts on input parameters, having limited managed data type usage, and argument size.

Definition

Namespace: SDT4.Managed.Network.Attributes
Assembly: SDT4.Managed.Network.dll

sealed class RPCAttribute
Inheritance:

ObjectAttributeRPCAttribute

Implements:


Fields

Name Type Description

Properties

Name Type Description
public get; Broadcast PacketBroadcast Type of broadcast.
public get; set; Protocol PacketProtocol Protocol under which this call should follow
public get; set; Validation String? Name of validation method. Must be in the same scope.

Methods