Tracing.NextInvocationId Property

 

Gets the next invocation identifier.

Namespace:   Microsoft.WindowsAzure.Common.Internals
Assembly:  Microsoft.WindowsAzure.Common (in Microsoft.WindowsAzure.Common.dll)

Syntax

public static long NextInvocationId { get; }
public:
property long long NextInvocationId {
    static long long get();
}
static member NextInvocationId : int64 with get
Public Shared ReadOnly Property NextInvocationId As Long

Property Value

Type: System.Int64

The next invocation identifier.

See Also

Tracing Class
Microsoft.WindowsAzure.Common.Internals Namespace

Return to top