Table of Contents

Delegate CustomXmlSerializationDelegate

Namespace
Microsoft.Exchange.WebServices.Data
Assembly
Microsoft.Exchange.WebServices.dll

Defines a delegate that is used to allow applications to emit custom XML when SOAP requests are sent to Exchange.

public delegate void CustomXmlSerializationDelegate(XmlWriter writer)

Parameters

writer XmlWriter

The XmlWriter to use to emit the custom XML.

Constructors

CustomXmlSerializationDelegate(object, nint)

public CustomXmlSerializationDelegate(object @object, nint method)

Parameters

object object
method nint

Methods

BeginInvoke(XmlWriter, AsyncCallback, object)

public virtual IAsyncResult BeginInvoke(XmlWriter writer, AsyncCallback callback, object @object)

Parameters

writer XmlWriter
callback AsyncCallback
object object

Returns

IAsyncResult

EndInvoke(IAsyncResult)

public virtual void EndInvoke(IAsyncResult result)

Parameters

result IAsyncResult

Invoke(XmlWriter)

public virtual void Invoke(XmlWriter writer)

Parameters

writer XmlWriter