NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

IDeserializationEventListener Interface

Indicates that a class wishes to receive deserialization events.

IDeserializationEventListener

[Visual Basic]
Public Interface IDeserializationEventListener
[C#]
public interface IDeserializationEventListener
[C++]
public __gc __interface IDeserializationEventListener

[JScript] In JScript, you can use the interfaces in the NGWS frameworks, but you cannot define your own.

Classes that Implement IDeserializationEventListener

Class Description
Dictionary Represents a collection of associated keys and values.
Hashtable Represents a collection of associated keys and values that are organized based on the hash code of the key.
PermissionSet Represents a set of permissions of different types. This class supports all functionality of a permission, for the set of permissions as a whole.

Remarks

Notes to Implementers: Implement this interface as part of support for a method that will handle deserialization events.

Requirements

Namespace: System.Runtime.Serialization

Assembly: mscorlib.dll

See Also

IDeserializationEventListener Members | System.Runtime.Serialization Namespace