Self.BeginRemovePhone method
Removes the phone.
Namespace: Microsoft.Lync.Model
Assembly: Microsoft.Lync.Model (in Microsoft.Lync.Model.dll)
Syntax
'Declaration
Public Function BeginRemovePhone ( _
phoneType As ContactEndpointType, _
selfCallback As AsyncCallback, _
state As Object _
) As IAsyncResult
'Usage
Dim instance As Self
Dim phoneType As ContactEndpointType
Dim selfCallback As AsyncCallback
Dim state As Object
Dim returnValue As IAsyncResult
returnValue = instance.BeginRemovePhone(phoneType, _
selfCallback, state)
public IAsyncResult BeginRemovePhone(
ContactEndpointType phoneType,
AsyncCallback selfCallback,
Object state
)
Parameters
- phoneType
Type: Microsoft.Lync.Model.ContactEndpointType
- selfCallback
Type: System.AsyncCallback
- state
Type: System.Object
Return value
Type: System.IAsyncResult