C# Class Queue.Notification.ClientRequestsListener

Inheritance: IDisposable
Afficher le fichier Open project: breslavsky/queue

Méthodes publiques

Méthode Description
ClientRequestsListener ( ) : Queue.Services.Contracts.Server
Dispose ( ) : void

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Private Methods

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

Method Details

ClientRequestsListener() public méthode

public ClientRequestsListener ( ) : Queue.Services.Contracts.Server
Résultat Queue.Services.Contracts.Server

Dispose() public méthode

public Dispose ( ) : void
Résultat void

Dispose() protected méthode

protected Dispose ( bool disposing ) : void
disposing bool
Résultat void