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