C# Class RxSpy.Models.RxSpySessionModel

Inheritance: ReactiveUI.ReactiveObject
显示文件 Open project: niik/RxSpy Class Usage Examples

Public Methods

Method Description
RxSpySessionModel ( ) : System

Private Methods

Method Description
OnCompleted ( IOnCompletedEvent onCompletedEvent ) : void
OnError ( IOnErrorEvent onErrorEvent ) : void
OnEvent ( IEvent ev ) : void
OnNext ( IOnNextEvent onNextEvent ) : void
OnOperatorCreated ( IOperatorCreatedEvent operatorCreatedEvent ) : void
OnSubscribe ( ISubscribeEvent subscribeEvent ) : void
OnTag ( ITagOperatorEvent tagOperatorEvent ) : void
OnUnsubscribe ( IUnsubscribeEvent unsubscribeEvent ) : void

Method Details

RxSpySessionModel() public method

public RxSpySessionModel ( ) : System
return System