다음을 통해 공유


FsrmSettingClass.GetActionRunLimitInterval Method (_FsrmActionType)

 

Gets the time that an action that uses the global run limit interval must wait before the action is run again.

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

Syntax

public virtual int GetActionRunLimitInterval(
    _FsrmActionType ActionType
)
public:
virtual int GetActionRunLimitInterval(
    _FsrmActionType ActionType
)
abstract GetActionRunLimitInterval : 
        ActionType:_FsrmActionType -> int
override GetActionRunLimitInterval : 
        ActionType:_FsrmActionType -> int
Public Overridable Function GetActionRunLimitInterval (
    ActionType As _FsrmActionType
) As Integer

Parameters

Return Value

Type: System.Int32

Returns a Int32 containing the run limit interval, in minutes, that is used for the action.

Implements

IFsrmSetting.GetActionRunLimitInterval(_FsrmActionType)

See Also

FsrmSetting
IFsrmSetting
FsrmSettingClass Class
Microsoft.Storage Namespace

Return to top