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
ActionType
Type: Microsoft.Storage._FsrmActionTypeThe action type to limit. For possible values, see the _FsrmActionType enumeration.
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