Метод | Описание | |
---|---|---|
EnsureCleanup ( object channel, System.Action action ) : void |
Invokes the specified delegate and cleans up the specified channel.
|
|
RetryCall ( System.Action action ) : void |
Invokes the specified delegate and retries the service operation call.
|
|
RetryCall ( int retries, System.Action action ) : void |
Invokes the specified delegate and retries the service operation call.
|
|
RetryCall ( int retries, int timeToWait, System.Action action ) : void |
Invokes the specified delegate and retries the service operation call.
|
Метод | Описание | |
---|---|---|
TryCloseCommunicationObject ( ICommunicationObject commObj ) : void |
Tries to gracefully close communication object.
|
public static EnsureCleanup ( object channel, System.Action action ) : void | ||
channel | object | |
action | System.Action | |
Результат | void |
public static RetryCall ( System.Action action ) : void | ||
action | System.Action | The action. |
Результат | void |
public static RetryCall ( int retries, System.Action action ) : void | ||
retries | int | The retries. |
action | System.Action | The action. |
Результат | void |
public static RetryCall ( int retries, int timeToWait, System.Action action ) : void | ||
retries | int | The retries. |
timeToWait | int | The time to wait. |
action | System.Action | The action. |
Результат | void |