ExchangeServiceBinding.BeginPlayOnPhone Method
Namespace: ExchangeWebServices
Assembly: EWS (in EWS.dll)
Syntax
'Declaration
Public Function BeginPlayOnPhone ( _
PlayOnPhone1 As PlayOnPhoneType, _
callback As AsyncCallback, _
asyncState As Object _
) As IAsyncResult
'Usage
Dim instance As ExchangeServiceBinding
Dim PlayOnPhone1 As PlayOnPhoneType
Dim callback As AsyncCallback
Dim asyncState As Object
Dim returnValue As IAsyncResult
returnValue = instance.BeginPlayOnPhone(PlayOnPhone1, _
callback, asyncState)
public IAsyncResult BeginPlayOnPhone(
PlayOnPhoneType PlayOnPhone1,
AsyncCallback callback,
Object asyncState
)
Parameters
- PlayOnPhone1
Type: ExchangeWebServices.PlayOnPhoneType
- callback
Type: System.AsyncCallback
- asyncState
Type: System.Object
Return Value
Type: System.IAsyncResult
Returns IAsyncResult.