C# Class SignalR.Signaler.SafeHandleEventAndSetResultAction

Show file Open project: ayende/SignalR

Private Properties

Property Type Description
SafeHandleEventAndSetResult void

Public Methods

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

Private Methods

Method Description
SafeHandleEventAndSetResult ( string signaledEventKey ) : void

Method Details

SafeHandleEventAndSetResultAction() public method

public SafeHandleEventAndSetResultAction ( ISignalBus signalBus, TaskCompletionSource tcs, string timerKey, IEnumerable eventKeys ) : System
signalBus ISignalBus
tcs TaskCompletionSource
timerKey string
eventKeys IEnumerable
return System

SetCanceled() public method

public SetCanceled ( ) : void
return void

SetTimedOut() public method

public SetTimedOut ( object state ) : void
state object
return void