[This is preliminary documentation and is subject to change.]
The CefEndTracingCallback type exposes the following members.Constructors
| Name | Description | |
|---|---|---|
|  | CefEndTracingCallback | Initializes a new instance of the CefEndTracingCallback class | 
Methods
| Name | Description | |
|---|---|---|
|  | Dispose | Releases the unmanaged resources used by the CefEndTracingCallback and optionally releases the managed resources | 
|  |  Equals | (Inherited from  Object.) | 
|  | Finalize | (Overrides  Object Finalize .) | 
|  |  GetHashCode | 
                    Serves as a hash function for a particular type. 
                (Inherited from  Object.) | 
|  |  GetType | 
                    Gets the (Inherited from  Type of the current instance.  Object.) | 
|  |  MemberwiseClone | 
                    Creates a shallow copy of the current (Inherited from  Object.  Object.) | 
|  | OnEndTracingComplete | 
            Called after all processes have sent their trace data. |tracing_file| is
            the path at which tracing data was written. The client is responsible for
            deleting |tracing_file|.
             | 
|  |  ToString | (Inherited from  Object.) | 
Properties
| Name | Description | |
|---|---|---|
|  | SyncRoot | 
See Also