C# Class Queue.Notification.ClientRequestsListener

Inheritance: IDisposable
Mostrar archivo Open project: breslavsky/queue

Public Methods

Method Description
ClientRequestsListener ( ) : Queue.Services.Contracts.Server
Dispose ( ) : void

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Private Methods

Method Description
CreateQueuePlanCallback ( ) : QueuePlanCallback
OnCallClient ( object sender, QueuePlanEventArgs e ) : void
OnClientRequestUpdated ( object sender, QueuePlanEventArgs e ) : void
Subscribe ( IQueuePlanTcpService service ) : void

Method Details

ClientRequestsListener() public method

public ClientRequestsListener ( ) : Queue.Services.Contracts.Server
return Queue.Services.Contracts.Server

Dispose() public method

public Dispose ( ) : void
return void

Dispose() protected method

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