ASP.NET.in.a.Nutshell.Second.Edition [Electronic resources] نسخه متنی

اینجــــا یک کتابخانه دیجیتالی است

با بیش از 100000 منبع الکترونیکی رایگان به زبان فارسی ، عربی و انگلیسی

ASP.NET.in.a.Nutshell.Second.Edition [Electronic resources] - نسخه متنی

G. andrew Duthie; matthew Macdonald

| نمايش فراداده ، افزودن یک نقد و بررسی
افزودن به کتابخانه شخصی
ارسال به دوستان
جستجو در متن کتاب
بیشتر
تنظیمات قلم

فونت

اندازه قلم

+ - پیش فرض

حالت نمایش

روز نیمروز شب
جستجو در لغت نامه
بیشتر
لیست موضوعات
توضیحات
افزودن یادداشت جدید









WebClientAsyncResult

System.Web.Services.Protocols (system.web.services.dll)class

This class is used to return a result when invoking a web service
method asynchronously, through the corresponding
"Begin" and
"End" methods. These method
variants are created for you when you generate a proxy automatically
by using Visual Studio.NET or

wsdl.exe .

public class 

WebClientAsyncResult : IAsyncResult {
// Public Instance Properties
public object

AsyncState {get; } // implements IAsyncResult
public WaitHandle

AsyncWaitHandle {get; } // implements IAsyncResult
public bool

CompletedSynchronously {get; } // implements IAsyncResult
public bool

IsCompleted {get; } // implements IAsyncResult
// Public Instance Methods
public void

Abort ( );
}




    / 873