IMetadataSerializationHost.OperationEndNotification 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.
A notification of the completion of a serialization operation.
public void OperationEndNotification (bool isSerializing, object context, bool isSuccessful);
abstract member OperationEndNotification : bool * obj * bool -> unit
Public Sub OperationEndNotification (isSerializing As Boolean, context As Object, isSuccessful As Boolean)
Parameters
- isSerializing
- Boolean
An indication if the notification is referring to a serialization operation or a deserialization operation.
- context
- Object
The optional user context that is associated with the operation.
- isSuccessful
- Boolean
An indication if the operation was successful.