Property | Type | Description | |
---|---|---|---|
Application | BaseClientApplication | ||
IsPersistent | bool | ||
Name | string | ||
Payload | Variant |
Method | Description | |
---|---|---|
Clear ( BaseProtocol pFrom = null ) : void | ||
DumpTrack ( ) : string | ||
HasProperty ( string propertyName ) : bool | ||
RegisterProtocol ( BaseProtocol protocol ) : void | ||
SO ( BaseClientApplication app, string name, bool persistent ) : System | ||
Send ( Variant primitive, BaseProtocol from ) : void | ||
Set ( string key, Variant value, BaseProtocol pFrom = null ) : Variant | ||
Track ( ) : void | ||
UnRegisterProtocol ( BaseProtocol protocol ) : bool | ||
UnSet ( string key, BaseProtocol pFrom = null ) : void | ||
this ( string key ) : Variant |
Method | Description | |
---|---|---|
ToPrimitives ( List |
public Clear ( BaseProtocol pFrom = null ) : void | ||
pFrom | BaseProtocol | |
return | void |
public HasProperty ( string propertyName ) : bool | ||
propertyName | string | |
return | bool |
public RegisterProtocol ( BaseProtocol protocol ) : void | ||
protocol | BaseProtocol | |
return | void |
public SO ( BaseClientApplication app, string name, bool persistent ) : System | ||
app | BaseClientApplication | |
name | string | |
persistent | bool | |
return | System |
public Send ( Variant primitive, BaseProtocol from ) : void | ||
primitive | Variant | |
from | BaseProtocol | |
return | void |
public Set ( string key, Variant value, BaseProtocol pFrom = null ) : Variant | ||
key | string | |
value | Variant | |
pFrom | BaseProtocol | |
return | Variant |
public UnRegisterProtocol ( BaseProtocol protocol ) : bool | ||
protocol | BaseProtocol | |
return | bool |
public UnSet ( string key, BaseProtocol pFrom = null ) : void | ||
key | string | |
pFrom | BaseProtocol | |
return | void |
public BaseClientApplication Application | ||
return | BaseClientApplication |