DsmlSoapConnection.BeginSession Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.