Tuesday, 9 December 2014

XLANG Message.

If you need to pass non-XML messages through an orchestration, you should really use XLANGMessage to do this.

Represents a message instance that is declared with an XLANG service.

All public members of this type are safe for multithreaded operations.

Better to read xml body part by using XMLReader rather than as XMLDocument.


public XmlReader func(XLANGMessage message)
{
message[0].RetrieveAs(typeof(XmlReader)) as XmlReader;
}

No comments:

Post a Comment