C# Class SignalR.Signaler.SafeHandleEventAndSetResultAction

Afficher le fichier Open project: ayende/SignalR

Private Properties

Свойство Type Description
SafeHandleEventAndSetResult void

Méthodes publiques

Méthode Description
SafeHandleEventAndSetResultAction ( ISignalBus signalBus, TaskCompletionSource tcs, string timerKey, IEnumerable eventKeys ) : System
SetCanceled ( ) : void
SetTimedOut ( object state ) : void

Private Methods

Méthode Description
SafeHandleEventAndSetResult ( string signaledEventKey ) : void

Method Details

SafeHandleEventAndSetResultAction() public méthode

public SafeHandleEventAndSetResultAction ( ISignalBus signalBus, TaskCompletionSource tcs, string timerKey, IEnumerable eventKeys ) : System
signalBus ISignalBus
tcs TaskCompletionSource
timerKey string
eventKeys IEnumerable
Résultat System

SetCanceled() public méthode

public SetCanceled ( ) : void
Résultat void

SetTimedOut() public méthode

public SetTimedOut ( object state ) : void
state object
Résultat void