IFsrmSetting.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
int GetActionRunLimitInterval(
_FsrmActionType ActionType
)
int GetActionRunLimitInterval(
_FsrmActionType ActionType
)
abstract GetActionRunLimitInterval :
ActionType:_FsrmActionType -> int
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
A Int32 that contains the run limit interval, in minutes, that is used for the action.
Remarks
Use this method to test the SMTP server specified in the SmtpServer property. The sender is specified in the MailFrom property (cannot be set to "[Admin Email]").The subject and message body are predefined, localized text.
See Also
FsrmSetting
IFsrmSetting Interface
Microsoft.Storage Namespace
Return to top