Method | Description | |
---|---|---|
Complete ( ) : void | ||
CriticalSectionContext ( ICriticalSectionRepository criticalSectionRepository, |
||
Dispose ( ) : void | ||
IsActive ( ) : bool | ||
TryStart ( ) : bool | ||
TryStart ( System.TimeSpan retryInterval, int numberOfAttempts ) : bool |
Method | Description | |
---|---|---|
Dispose ( bool disposing ) : void |
Method | Description | |
---|---|---|
TryStartCriticalSection ( ) : bool | ||
ValidateOptions ( ) : void |
public CriticalSectionContext ( ICriticalSectionRepository criticalSectionRepository, |
||
criticalSectionRepository | ICriticalSectionRepository | |
taskExecutionInstance | ||
taskExecutionOptions | ||
criticalSectionType | CriticalSectionType | |
return | System |
public TryStart ( System.TimeSpan retryInterval, int numberOfAttempts ) : bool | ||
retryInterval | System.TimeSpan | |
numberOfAttempts | int | |
return | bool |