C# Class Mike.AsyncWcf.Server.CustomerService

Inheritance: ICustomerService
Mostrar archivo Open project: mikehadlow/Mike.AsyncWcf

Public Methods

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

Private Methods

Method Description
GetCustomer ( int customerId ) : 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