WSTrustChannel.Open 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.
Causes a communication object to transition from the created state into the opened state.
Overloads
Open(TimeSpan) |
Causes a communication object to transition from the created state into the opened state within a specified interval of time. |
Open() |
Causes a communication object to transition from the created state into the opened state. |
Open(TimeSpan)
Causes a communication object to transition from the created state into the opened state within a specified interval of time.
public:
virtual void Open(TimeSpan timeout);
public void Open (TimeSpan timeout);
abstract member Open : TimeSpan -> unit
override this.Open : TimeSpan -> unit
Public Sub Open (timeout As TimeSpan)
Parameters
- timeout
- TimeSpan
The TimeSpan that specifies how long the open operation has to complete before timing out.
Implements
Applies to
Open()
Causes a communication object to transition from the created state into the opened state.
public:
virtual void Open();
public void Open ();
abstract member Open : unit -> unit
override this.Open : unit -> unit
Public Sub Open ()