OnDeserializedCallbacks Class
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
On |
Initializes a new instance of the OnDeserializedCallbacks class. |
Runtime |
Gets the runtime client. |
Service |
Gets the service provider. |
On |
The hook method invoked by the serialization infrastructure. |
Продукт | Версии |
---|---|
.NET Orleans | 7.0.0, 8.0.0, 8.1.0, 8.2.0, 9.0.0 |