MessageFormatterProgressTracker.GetTokenForProgress(Object) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.