C# 클래스 Mike.AsyncWcf.Proxy.CustomerProxyService

상속: ICustomerService
파일 보기 프로젝트 열기: mikehadlow/Mike.AsyncWcf

공개 메소드들

메소드 설명
BeginGetCustomerDetails ( int customerId, AsyncCallback callback, object state ) : IAsyncResult
EndGetCustomerDetails ( IAsyncResult asyncResult ) : Customer

메소드 상세

BeginGetCustomerDetails() 공개 메소드

public BeginGetCustomerDetails ( int customerId, AsyncCallback callback, object state ) : IAsyncResult
customerId int
callback AsyncCallback
state object
리턴 IAsyncResult

EndGetCustomerDetails() 공개 메소드

public EndGetCustomerDetails ( IAsyncResult asyncResult ) : Customer
asyncResult IAsyncResult
리턴 Mike.AsyncWcf.Core.Customer