IFsrmQuotaObject.EnumThresholdActions Method (Int32)

 

Enumerates all the actions for the specified threshold of the quota object.

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

Syntax

IFsrmCollection EnumThresholdActions(
    int threshold
)
IFsrmCollection^ EnumThresholdActions(
    int threshold
)
abstract EnumThresholdActions : 
        threshold:int -> IFsrmCollection
Function EnumThresholdActions (
    threshold As Integer
) As IFsrmCollection

Parameters

  • threshold
    Type: System.Int32

    The threshold 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.

Implements

IFsrmQuotaBase.EnumThresholdActions(Int32)

See Also

IFsrmQuotaObject Interface
Microsoft.Storage Namespace

Return to top