C# Class Woopsa.WoopsaClientSubscription

Inheritance: IDisposable
显示文件 Open project: woopsa-protocol/Woopsa Class Usage Examples

Private Properties

Property Type Description
Execute void
WoopsaClientSubscription System

Public Methods

Method Description
Dispose ( ) : void
Unsubscribe ( ) : void

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Private Methods

Method Description
Execute ( WoopsaClientNotification notification ) : void
WoopsaClientSubscription ( WoopsaClientSubscriptionChannel channel, string servicePath, string relativePath, System.TimeSpan monitorInterval, System.TimeSpan publishInterval, EventHandler handler ) : System

Method Details

Dispose() public method

public Dispose ( ) : void
return void

Dispose() protected method

protected Dispose ( bool disposing ) : void
disposing bool
return void

Unsubscribe() public method

public Unsubscribe ( ) : void
return void