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 | ||
StressTestEventHandler ( IRxSpyEventHandler inner ) : System |
Method | Description | |
---|---|---|
Increment ( ) : void |
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 StressTestEventHandler ( IRxSpyEventHandler inner ) : System | ||
inner | IRxSpyEventHandler | |
return | System |