GraphDeserializationProgressEventArgs Class
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.
Represents the current progress that the deserializer has made in deserializing the input.
public ref class GraphDeserializationProgressEventArgs : EventArgs
public class GraphDeserializationProgressEventArgs : EventArgs
type GraphDeserializationProgressEventArgs = class
inherit EventArgs
Public Class GraphDeserializationProgressEventArgs
Inherits EventArgs
- Inheritance
-
GraphDeserializationProgressEventArgs
Constructors
GraphDeserializationProgressEventArgs() |
Properties
Current |
The number of elements that have been deserialized so far. |
Max |
The total number of elements the deserializer must handle to load the Graph. |
Message |
User-friendly message that surfaces the current state of the deserializer. |