IFsrmFileManagementJob.EnumNotificationActions Method (Int32)
Enumerates the actions associated with a notification value.
Namespace: Microsoft.Storage
Assembly: srmlib (in srmlib.dll)
Syntax
IFsrmCollection EnumNotificationActions(
int days
)
IFsrmCollection^ EnumNotificationActions(
int days
)
abstract EnumNotificationActions :
days:int -> IFsrmCollection
Function EnumNotificationActions (
days As Integer
) As IFsrmCollection
Parameters
days
Type: System.Int32The notification value that contains the actions that you want to enumerate.
Return Value
Type: Microsoft.Storage.IFsrmCollection
Returns a IFsrmCollection interface that contains a collection of actions. The variant type of each item in the collection is VT_DISPATCH. Query the pdispVal member of the variant to get an IFsrmAction interface. You can use the ActionType property to determine the actual action interface to query.
See Also
CreateNotificationAction
IFsrmFileManagementJob Interface
Microsoft.Storage Namespace
Return to top