CauBaseCommand.GetNextActivityId Method ()

 

Retrieves the identifier of the next activity in the pipeline thread.

Namespace:   Microsoft.ClusterAwareUpdating.Commands
Assembly:  ClusterAwareUpdating (in ClusterAwareUpdating.dll)

Syntax

protected static int GetNextActivityId()
protected:
static int GetNextActivityId()
static member GetNextActivityId : unit -> int
Protected Shared Function GetNextActivityId As Integer

Return Value

Type: System.Int32

Returns an integer that identifies the next activity in the pipeline thread.

See Also

CauBaseCommand Class
Microsoft.ClusterAwareUpdating.Commands Namespace

Return to top