WSTrustChannel.ICommunicationObject.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.
Overloads
ICommunicationObject.Close(TimeSpan) | |
ICommunicationObject.Close() |
ICommunicationObject.Close(TimeSpan)
- Source:
- WSTrustChannel.cs
- Source:
- WSTrustChannel.cs
- Source:
- WSTrustChannel.cs
virtual void System.ServiceModel.ICommunicationObject.Close(TimeSpan timeout) = System::ServiceModel::ICommunicationObject::Close;
void ICommunicationObject.Close (TimeSpan timeout);
abstract member System.ServiceModel.ICommunicationObject.Close : TimeSpan -> unit
override this.System.ServiceModel.ICommunicationObject.Close : TimeSpan -> unit
Sub Close (timeout As TimeSpan) Implements ICommunicationObject.Close
Parameters
- timeout
- TimeSpan
Implements
Applies to
ICommunicationObject.Close()
- Source:
- WSTrustChannel.cs
- Source:
- WSTrustChannel.cs
- Source:
- WSTrustChannel.cs
virtual void System.ServiceModel.ICommunicationObject.Close() = System::ServiceModel::ICommunicationObject::Close;
void ICommunicationObject.Close ();
abstract member System.ServiceModel.ICommunicationObject.Close : unit -> unit
override this.System.ServiceModel.ICommunicationObject.Close : unit -> unit
Sub Close () Implements ICommunicationObject.Close
Implements
Applies to
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.