IWSManSession.Timeout 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.
Timeout
property of IWSManSession
interface.
public int Timeout { [System.Runtime.InteropServices.DispId(10)] get; [System.Runtime.InteropServices.DispId(10)] set; }
[<get: System.Runtime.InteropServices.DispId(10)>]
[<set: System.Runtime.InteropServices.DispId(10)>]
member this.Timeout : int with get, set
Public Property Timeout As Integer
Property Value
- Attributes
Remarks
An original IDL definition of Timeout
property was the following: long Timeout
;