共用方式為


CommunicationObjectInternal.OnCloseAsyncInternal 方法

定義

public:
 static System::Threading::Tasks::Task ^ OnCloseAsyncInternal(System::ServiceModel::Channels::CommunicationObject ^ communicationObject, TimeSpan timeout);
public static System.Threading.Tasks.Task OnCloseAsyncInternal (System.ServiceModel.Channels.CommunicationObject communicationObject, TimeSpan timeout);
static member OnCloseAsyncInternal : System.ServiceModel.Channels.CommunicationObject * TimeSpan -> System.Threading.Tasks.Task
Public Function OnCloseAsyncInternal (communicationObject As CommunicationObject, timeout As TimeSpan) As Task

參數

communicationObject
CommunicationObject
timeout
TimeSpan

傳回

適用於