OnDeserializedCallbacks 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.
Helper class used to invoke OnDeserialized(DeserializationContext) on objects which implement IOnDeserialized, immediately after deserialization.
public class OnDeserializedCallbacks : Orleans.Serialization.DeserializationContext
type OnDeserializedCallbacks = class
inherit DeserializationContext
Public Class OnDeserializedCallbacks
Inherits DeserializationContext
- Inheritance
Constructors
OnDeserializedCallbacks(IServiceProvider) |
Initializes a new instance of the OnDeserializedCallbacks class. |
Properties
RuntimeClient |
Gets the runtime client. |
ServiceProvider |
Gets the service provider. |
Methods
OnDeserialized(IOnDeserialized) |
The hook method invoked by the serialization infrastructure. |