Share via


IFsrmActionCommand.KillTimeOut Property

 

Retrieves or sets the number of minutes the server waits before terminating the process that is running the executable program specified in the ExecutablePath property.

This property is read/write.

Namespace:   Microsoft.Storage
Assembly:  srmlib (in srmlib.dll)

Syntax

int KillTimeOut { get; set; }
property int KillTimeOut {
    int get();
    void set(int value);
}
abstract KillTimeOut : int with get, set
Property KillTimeOut As Integer

Property Value

Type: System.Int32

Returns a Int32 that contains the number of minutes the server waits before terminating the process running the executable program. Set to zero to wait indefinitely. The default is zero.

Remarks

For FSRM to terminate the process, the MonitorCommand property must be set to VARIANT_TRUE.

See Also

IFsrmActionCommand Interface
Microsoft.Storage Namespace

Return to top