次の方法で共有


CommunicationObjectInternal.OnOpenAsyncInternal メソッド

定義

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

パラメーター

communicationObject
CommunicationObject
timeout
TimeSpan

戻り値

適用対象