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

Return value

Type: System.IAsyncResult

See also

Reference

Self class

Self members

Microsoft.Lync.Model namespace