Redigera

Dela via


SerializationCallbacksAttribute(Type) Constructor

Definition

Instantiates a new SerializationCallbacksAttribute instance.

public SerializationCallbacksAttribute (Type hookType);
new Orleans.SerializationCallbacksAttribute : Type -> Orleans.SerializationCallbacksAttribute
Public Sub New (hookType As Type)

Parameters

hookType
Type

The type of the object used to invoke serialization hooks.

Applies to