Dela via


MessageFormatterProgressTracker.GetTokenForProgress(Object) Method

Definition

Gets a Int64 type token to use as replacement of an Object implementing IProgress<T> in the JSON message.

public long GetTokenForProgress (object value);
member this.GetTokenForProgress : obj -> int64
Public Function GetTokenForProgress (value As Object) As Long

Parameters

value
Object

The object which should implement IProgress<T>.

Returns

The assigned Int64 typed token.

Applies to