Method | Description | |
---|---|---|
Dispose ( ) : void | ||
OnCompleted ( IOnCompletedEvent onCompletedEvent ) : void | ||
OnConnected ( IConnectedEvent connectedEvent ) : void | ||
OnCreated ( IOperatorCreatedEvent onCreatedEvent ) : void | ||
OnDisconnected ( IDisconnectedEvent disconnectedEvent ) : void | ||
OnError ( IOnErrorEvent onErrorEvent ) : void | ||
OnNext ( IOnNextEvent onNextEvent ) : void | ||
OnSubscribe ( ISubscribeEvent subscribeEvent ) : void | ||
OnTag ( ITagOperatorEvent tagEvent ) : void | ||
OnUnsubscribe ( IUnsubscribeEvent unsubscribeEvent ) : void | ||
RxSpyStreamWriter ( Stream stream ) : System | ||
RxSpyStreamWriter ( string path ) : System |
Method | Description | |
---|---|---|
EnqueueEvent ( IEvent ev ) : void | ||
GetStreamWriter ( ) : |
||
RunQueue ( |
public OnCompleted ( IOnCompletedEvent onCompletedEvent ) : void | ||
onCompletedEvent | IOnCompletedEvent | |
return | void |
public OnConnected ( IConnectedEvent connectedEvent ) : void | ||
connectedEvent | IConnectedEvent | |
return | void |
public OnCreated ( IOperatorCreatedEvent onCreatedEvent ) : void | ||
onCreatedEvent | IOperatorCreatedEvent | |
return | void |
public OnDisconnected ( IDisconnectedEvent disconnectedEvent ) : void | ||
disconnectedEvent | IDisconnectedEvent | |
return | void |
public OnError ( IOnErrorEvent onErrorEvent ) : void | ||
onErrorEvent | IOnErrorEvent | |
return | void |
public OnNext ( IOnNextEvent onNextEvent ) : void | ||
onNextEvent | IOnNextEvent | |
return | void |
public OnSubscribe ( ISubscribeEvent subscribeEvent ) : void | ||
subscribeEvent | ISubscribeEvent | |
return | void |
public OnTag ( ITagOperatorEvent tagEvent ) : void | ||
tagEvent | ITagOperatorEvent | |
return | void |
public OnUnsubscribe ( IUnsubscribeEvent unsubscribeEvent ) : void | ||
unsubscribeEvent | IUnsubscribeEvent | |
return | void |
public RxSpyStreamWriter ( Stream stream ) : System | ||
stream | Stream | |
return | System |
public RxSpyStreamWriter ( string path ) : System | ||
path | string | |
return | System |