Show / Hide Table of Contents

Interface IAllowCheckNetworkIdleOrExecution

Inherited Members
IAllowRESTExecution.Execute()
IAllowRESTExecution.Execute<T>()
IAllowRESTExecution.ExecuteAndChain()
IAllowRESTExecution.ExecuteAndChain<T>()
IAllowRESTExecution.ExecuteCheckStatus()
IAllowRESTExecution.ExecuteAsync()
IAllowRESTExecution.ExecuteAsync<T>()
IAllowRESTExecution.ExecuteCheckStatusAsync()
Namespace: GenerallyPositive
Assembly: GPAL.dll
Syntax
public interface IAllowCheckNetworkIdleOrExecution : IAllowRESTExecution

Methods

WithMaxConnections(Int32)

Declaration
IAllowCheckNetworkIdleOrExecution WithMaxConnections(int maxConnections)
Parameters
Type Name Description
System.Int32 maxConnections
Returns
Type Description
IAllowCheckNetworkIdleOrExecution

WithPruneMs(Int32)

Declaration
IAllowCheckNetworkIdleOrExecution WithPruneMs(int pruneMs)
Parameters
Type Name Description
System.Int32 pruneMs
Returns
Type Description
IAllowCheckNetworkIdleOrExecution

WithTimeoutMs(Int32)

Declaration
IAllowCheckNetworkIdleOrExecution WithTimeoutMs(int timeoutMs)
Parameters
Type Name Description
System.Int32 timeoutMs
Returns
Type Description
IAllowCheckNetworkIdleOrExecution
In This Article
Back to top Generated by DocFX