ArcFM Solution Developer Guide
SerializeObjectState Event (MSMQChannelException)


Syntax
'Declaration
 
Protected Event SerializeObjectState As System.EventHandler(Of SafeSerializationEventArgs)
'Usage
 
Dim instance As MSMQChannelException
Dim handler As System.EventHandler(Of SafeSerializationEventArgs)
 
AddHandler instance.SerializeObjectState, handler
protected event System.EventHandler<SafeSerializationEventArgs> SerializeObjectState
Event Data

The event handler receives an argument of type System.Runtime.Serialization.SafeSerializationEventArgs containing data related to this event. The following SafeSerializationEventArgs properties provide information specific to this event.

PropertyDescription
StreamingContextGets or sets an object that describes the source and destination of a serialized stream.  
Requirements

Target Platforms: Windows XP SP3 (32-bit and 64-bit), Windows 7 (32-bit and 64-bit)

Not all Operating Systems are supported on all products. Visit the ArcFM Solution Supported Versions page for full details.

See Also

Reference

MSMQChannelException Class
MSMQChannelException Members

 

 


Send Comment