C# Class Etg.Yams.Azure.UpdateSession.Retry.UpdateSessionManagerRetryDecorator

Inheritance: IUpdateSessionManager
Mostrar archivo Open project: Microsoft/Yams Class Usage Examples

Public Methods

Method Description
EndUpdateSession ( string applicationId ) : System.Threading.Tasks.Task
TryStartUpdateSession ( string applicationId ) : Task
UpdateSessionManagerRetryDecorator ( IUpdateSessionManager updateSessionManager, Microsoft.Practices.EnterpriseLibrary.TransientFaultHandling.RetryStrategy retryStrategy, ITransientErrorDetectionStrategy errorDetectionStrategy ) : System.Threading.Tasks

Method Details

EndUpdateSession() public method

public EndUpdateSession ( string applicationId ) : System.Threading.Tasks.Task
applicationId string
return System.Threading.Tasks.Task

TryStartUpdateSession() public method

public TryStartUpdateSession ( string applicationId ) : Task
applicationId string
return Task

UpdateSessionManagerRetryDecorator() public method

public UpdateSessionManagerRetryDecorator ( IUpdateSessionManager updateSessionManager, Microsoft.Practices.EnterpriseLibrary.TransientFaultHandling.RetryStrategy retryStrategy, ITransientErrorDetectionStrategy errorDetectionStrategy ) : System.Threading.Tasks
updateSessionManager IUpdateSessionManager
retryStrategy Microsoft.Practices.EnterpriseLibrary.TransientFaultHandling.RetryStrategy
errorDetectionStrategy ITransientErrorDetectionStrategy
return System.Threading.Tasks