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
writerXmlWriterThe XmlWriter to use to emit the custom XML.
Constructors
CustomXmlSerializationDelegate(object, nint)
public CustomXmlSerializationDelegate(object @object, nint method)
Parameters
Methods
BeginInvoke(XmlWriter, AsyncCallback, object)
public virtual IAsyncResult BeginInvoke(XmlWriter writer, AsyncCallback callback, object @object)
Parameters
writerXmlWritercallbackAsyncCallbackobjectobject
Returns
EndInvoke(IAsyncResult)
public virtual void EndInvoke(IAsyncResult result)
Parameters
resultIAsyncResult
Invoke(XmlWriter)
public virtual void Invoke(XmlWriter writer)
Parameters
writerXmlWriter