Property | Type | Description | |
---|---|---|---|
Application | BaseClientApplication |
Method | Description | |
---|---|---|
Dispose ( ) : void | ||
Process ( |
||
Process ( BaseProtocol pFrom, string name, bool isPersistent, Variant primitives ) : void | ||
RegisterProtocol ( |
||
SOManager ( BaseClientApplication application ) : System | ||
UnRegisterProtocol ( BaseProtocol protocol ) : void | ||
this ( string name, bool persistent = false ) : |
Method | Description | |
---|---|---|
ProcessSharedObjectPrimitive ( |
public Process ( |
||
pFrom | ||
request | Variant | |
return | bool |
public Process ( BaseProtocol pFrom, string name, bool isPersistent, Variant primitives ) : void | ||
pFrom | BaseProtocol | |
name | string | |
isPersistent | bool | |
primitives | Variant | |
return | void |
public RegisterProtocol ( |
||
protocol | ||
return | void |
public SOManager ( BaseClientApplication application ) : System | ||
application | BaseClientApplication | |
return | System |
public UnRegisterProtocol ( BaseProtocol protocol ) : void | ||
protocol | BaseProtocol | |
return | void |
public this ( string name, bool persistent = false ) : |
||
name | string | |
persistent | bool | |
return |