RPCBuilder
Summary
A reserved structure for defining a remote procedure call.
Remarks
Warning
Do not use this structure, as this is used for engine reserved functionality.
Definition
Namespace: SDT4.Managed.Network
Assembly: SDT4.Managed.Network.dll
struct RPCBuilder
Implements:
Fields
| Name | Type | Description |
|---|---|---|
Properties
| Name | Type | Description |
|---|---|---|
Methods
public Void AddStructuredParameter<T>(T p, Int32 size)
Parameters:
-
p(T): -
size(Int32):
public Void AddStringParameter(String p, Int32 maxLength, Encoding encoding)
Parameters: