An NDoc Documented Class Library

IConnection.CreateSession Method 

Create a session.

ISession CreateSession(
   bool transacted,
   AcknowledgeMode acknowledgeMode
);

Parameters

transacted
Indicates whether the session is transacted.
acknowledgeMode
Indicates the session message acknowledge mode.

Return Value

A new session.

See Also

IConnection Interface | webMethods.Msg Namespace