Method | Description | |
---|---|---|
Publish ( string subject, Object o ) : void | ||
Publish ( string subject, string reply, object o ) : void | ||
Request ( string subject, object obj ) : object | ||
Request ( string subject, object obj, int timeout ) : object | ||
SubscribeAsync ( string subject, EventHandler |
||
SubscribeAsync ( string subject, string queue, EventHandler |
Method | Description | |
---|---|---|
EncodedConnection ( |
||
defaultDeserializer ( byte data ) : object | ||
defaultSerializer ( Object obj ) : byte[] | ||
publish ( string subject, string reply, object o ) : void | ||
removeSub ( |
||
request ( string subject, object obj, int timeout ) : object | ||
subscribeAsync ( string subject, string reply, EventHandler |
public Publish ( string subject, Object o ) : void | ||
subject | string | |
o | Object | |
return | void |
public Publish ( string subject, string reply, object o ) : void | ||
subject | string | |
reply | string | |
o | object | |
return | void |
public Request ( string subject, object obj ) : object | ||
subject | string | |
obj | object | |
return | object |
public Request ( string subject, object obj, int timeout ) : object | ||
subject | string | |
obj | object | |
timeout | int | |
return | object |
public SubscribeAsync ( string subject, EventHandler |
||
subject | string | |
handler | EventHandler |
|
return | IAsyncSubscription |
public SubscribeAsync ( string subject, string queue, EventHandler |
||
subject | string | |
queue | string | |
handler | EventHandler |
|
return | IAsyncSubscription |