AnnouncementClient.ICommunicationObject.BeginClose Metode
Definisi
Penting
Beberapa informasi terkait produk prarilis yang dapat diubah secara signifikan sebelum dirilis. Microsoft tidak memberikan jaminan, tersirat maupun tersurat, sehubungan dengan informasi yang diberikan di sini.
Memulai operasi asinkron untuk menutup objek komunikasi.
Overload
ICommunicationObject.BeginClose(AsyncCallback, Object) |
Memulai operasi asinkron untuk menutup objek komunikasi. |
ICommunicationObject.BeginClose(TimeSpan, AsyncCallback, Object) |
Memulai operasi asinkron untuk menutup objek komunikasi dengan batas waktu yang ditentukan. |
ICommunicationObject.BeginClose(AsyncCallback, Object)
Memulai operasi asinkron untuk menutup objek komunikasi.
virtual IAsyncResult ^ System.ServiceModel.ICommunicationObject.BeginClose(AsyncCallback ^ callback, System::Object ^ state) = System::ServiceModel::ICommunicationObject::BeginClose;
IAsyncResult ICommunicationObject.BeginClose (AsyncCallback callback, object state);
abstract member System.ServiceModel.ICommunicationObject.BeginClose : AsyncCallback * obj -> IAsyncResult
override this.System.ServiceModel.ICommunicationObject.BeginClose : AsyncCallback * obj -> IAsyncResult
Function BeginClose (callback As AsyncCallback, state As Object) As IAsyncResult Implements ICommunicationObject.BeginClose
Parameter
- callback
- AsyncCallback
AsyncCallback Delegasi yang menerima pemberitahuan penyelesaian operasi penutupan asinkron.
- state
- Object
Objek, yang ditentukan oleh aplikasi, yang berisi informasi status yang terkait dengan operasi penutupan asinkron.
Mengembalikan
IAsyncResult yang mereferensikan operasi penutupan asinkron.
Penerapan
Berlaku untuk
ICommunicationObject.BeginClose(TimeSpan, AsyncCallback, Object)
Memulai operasi asinkron untuk menutup objek komunikasi dengan batas waktu yang ditentukan.
virtual IAsyncResult ^ System.ServiceModel.ICommunicationObject.BeginClose(TimeSpan timeout, AsyncCallback ^ callback, System::Object ^ state) = System::ServiceModel::ICommunicationObject::BeginClose;
IAsyncResult ICommunicationObject.BeginClose (TimeSpan timeout, AsyncCallback callback, object state);
abstract member System.ServiceModel.ICommunicationObject.BeginClose : TimeSpan * AsyncCallback * obj -> IAsyncResult
override this.System.ServiceModel.ICommunicationObject.BeginClose : TimeSpan * AsyncCallback * obj -> IAsyncResult
Function BeginClose (timeout As TimeSpan, callback As AsyncCallback, state As Object) As IAsyncResult Implements ICommunicationObject.BeginClose
Parameter
- timeout
- TimeSpan
TimeSpan yang menentukan berapa lama operasi pengiriman harus diselesaikan sebelum waktu habis.
- callback
- AsyncCallback
AsyncCallback Delegasi yang menerima pemberitahuan penyelesaian operasi penutupan asinkron.
- state
- Object
Objek, yang ditentukan oleh aplikasi, yang berisi informasi status yang terkait dengan operasi penutupan asinkron.
Mengembalikan
IAsyncResult yang mereferensikan operasi penutupan asinkron.