ExchangeServiceBinding.BeginSubscribe Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The BeginSubscribe(SubscribeType, AsyncCallback, Object) method is used to begin an asynchronous Subscribe(SubscribeType) call.
public:
IAsyncResult ^ BeginSubscribe(ExchangeWebServices::SubscribeType ^ Subscribe1, AsyncCallback ^ callback, System::Object ^ asyncState);
public IAsyncResult BeginSubscribe (ExchangeWebServices.SubscribeType Subscribe1, AsyncCallback callback, object asyncState);
Public Function BeginSubscribe (Subscribe1 As SubscribeType, callback As AsyncCallback, asyncState As Object) As IAsyncResult
Parameters
- Subscribe1
- SubscribeType
- callback
- AsyncCallback
- asyncState
- Object
Returns
The BeginSubscribe(SubscribeType, AsyncCallback, Object) method returns an IAsyncResult object.