Share via


CommandNotificationAction.Timeout Property

 

Applies To: Operations Manager for System Center 2012

Gets or sets the number of seconds to wait for the command to complete execution.

Namespace:   Microsoft.EnterpriseManagement.Administration
Assembly:  Microsoft.EnterpriseManagement.OperationsManager (in Microsoft.EnterpriseManagement.OperationsManager.dll)

Syntax

public int Timeout { get; set; }
public:
property int Timeout {
    int get();
    void set(int value);
}
member Timeout : int with get, set
Public Property Timeout As Integer

Property Value

Type: System.Int32

Returns a Int32 value that defines the number of seconds to wait for the command to complete execution.

See Also

CommandNotificationAction Class
Microsoft.EnterpriseManagement.Administration Namespace

Return to top