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
XmlWriterThe 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
writer
XmlWritercallback
AsyncCallbackobject
object
Returns
EndInvoke(IAsyncResult)
public virtual void EndInvoke(IAsyncResult result)
Parameters
result
IAsyncResult
Invoke(XmlWriter)
public virtual void Invoke(XmlWriter writer)
Parameters
writer
XmlWriter