DsmlSoapConnection.BeginSession Method

Definition

Instructs the DSML server to start a new session.

public:
 abstract void BeginSession();
public abstract void BeginSession ();
abstract member BeginSession : unit -> unit
Public MustOverride 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.

Remarks

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

Applies to