C# Class Mike.AsyncWcf.Proxy.CustomerProxyService

Inheritance: ICustomerService
显示文件 Open project: mikehadlow/Mike.AsyncWcf

Public Methods

Method Description
BeginGetCustomerDetails ( int customerId, AsyncCallback callback, object state ) : IAsyncResult
EndGetCustomerDetails ( IAsyncResult asyncResult ) : Customer

Method Details

BeginGetCustomerDetails() public method

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

EndGetCustomerDetails() public method

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