ConversationWindow.BeginOpenExtensibilityWindow Method

Shows the URL of a registered application in the extensibility window.

Namespace:  Microsoft.Lync.Model.Extensibility
Assembly:  Microsoft.Lync.Model (in Microsoft.Lync.Model.dll)

Syntax

'Declaration
Public Function BeginOpenExtensibilityWindow ( _
    applicationId As String, _
    callback As AsyncCallback, _
    state As Object _
) As IAsyncResult
'Usage
Dim instance As ConversationWindow
Dim applicationId As String
Dim callback As AsyncCallback
Dim state As Object
Dim returnValue As IAsyncResult

returnValue = instance.BeginOpenExtensibilityWindow(applicationId, _
    callback, state)
public IAsyncResult BeginOpenExtensibilityWindow(
    string applicationId,
    AsyncCallback callback,
    Object state
)

Parameters

Return Value

Type: System.IAsyncResult

See Also

Reference

ConversationWindow Class

ConversationWindow Members

Microsoft.Lync.Model.Extensibility Namespace