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
Dolgozzon együtt velünk a GitHubon
A tartalom forrása a GitHubon található, ahol létrehozhat és áttekinthet problémákat és lekéréses kérelmeket is. További információért tekintse meg a közreműködői útmutatónkat.