DsmlSoapHttpConnection.BeginSession Method

Definition

Instructs the DSML server to start a new session.

public:
 override void BeginSession();
public override void BeginSession ();
override this.BeginSession : unit -> unit
Public Overrides Sub BeginSession ()

Exceptions

A session is already open on the connection.

The XML returned from the Server in response to the BeginSession() is not well-formed.

There is a communications failure with the DSML server or the server is out of available sessions.

Remarks

The method will block while waiting for a response from the DSML server and will time out according to the Timeout property.

Applies to