GetCimAssociatedInstanceCommand.OperationTimeoutSec Property

Definition

The following is the definition of the input parameter "OperationTimeoutSec". Specifies the operation timeout after which the client operation should be canceled. The default is the CimSession operation timeout. If this parameter is specified, then this value takes precedence over the CimSession OperationTimeout.

public uint OperationTimeoutSec { get; set; }
[System.Management.Automation.Alias(new System.String[] { "OT" })]
[System.Management.Automation.Parameter(ValueFromPipelineByPropertyName=true)]
public uint OperationTimeoutSec { get; set; }
member this.OperationTimeoutSec : uint32 with get, set
[<System.Management.Automation.Alias(new System.String[] { "OT" })>]
[<System.Management.Automation.Parameter(ValueFromPipelineByPropertyName=true)>]
member this.OperationTimeoutSec : uint32 with get, set
Public Property OperationTimeoutSec As UInteger

Property Value

Attributes

Applies to