RegisterCimIndicationCommand.OperationTimeoutSec Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The following is the definition of the input parameter "OperationTimeoutSec". Enables the user to specify the operation timeout in Seconds. This value overwrites the value specified by the CimSession Operation timeout.
public uint OperationTimeoutSec { get; set; }
[System.Management.Automation.Alias(new System.String[] { "OT" })]
[System.Management.Automation.Parameter]
public uint OperationTimeoutSec { get; set; }
member this.OperationTimeoutSec : uint32 with get, set
[<System.Management.Automation.Alias(new System.String[] { "OT" })>]
[<System.Management.Automation.Parameter>]
member this.OperationTimeoutSec : uint32 with get, set
Public Property OperationTimeoutSec As UInteger
Property Value
- Attributes