Method | Description | |
---|---|---|
AddCallBack ( IMessage message ) : void | ||
AddCallBack ( int ackId, Action |
||
AddOnEvent ( string eventName, Action |
||
AddOnEvent ( string eventName, string endPoint, Action |
||
Dispose ( ) : void | ||
InvokeCallBack ( int ackId, JsonEncodedEventMessage value ) : void | ||
InvokeCallBack ( int ackId, string value ) : void | ||
InvokeOnEvent ( IMessage value ) : bool |
If eventName is found, Executes Action delegateT asynchronously
|
|
RegistrationManager ( ) : System |
Method | Description | |
---|---|---|
Dispose ( bool disposing ) : void |
public AddCallBack ( IMessage message ) : void | ||
message | IMessage | |
return | void |
public AddCallBack ( int ackId, Action |
||
ackId | int | |
callback | Action |
|
return | void |
public AddOnEvent ( string eventName, Action |
||
eventName | string | |
callback | Action |
|
return | void |
public AddOnEvent ( string eventName, string endPoint, Action |
||
eventName | string | |
endPoint | string | |
callback | Action |
|
return | void |
public InvokeCallBack ( int ackId, JsonEncodedEventMessage value ) : void | ||
ackId | int | |
value | JsonEncodedEventMessage | |
return | void |
public InvokeCallBack ( int ackId, string value ) : void | ||
ackId | int | |
value | string | |
return | void |
public InvokeOnEvent ( IMessage value ) : bool | ||
value | IMessage | |
return | bool |