Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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