Automation Class

Definition

Automates starting a new conversation and showing the resulting conversation window.

public ref class Automation : Microsoft::Lync::Model::Internal::UCWLite
public class Automation : Microsoft.Lync.Model.Internal.UCWLite
type Automation = class
    inherit UCWLite
Public Class Automation
Inherits UCWLite
Inheritance

Properties

InnerObject (Inherited from UCWBase)

Methods

BeginMeetNow(AsyncCallback, Object)

Launches a Lync Meet Now conversation window using the specified modalities. The new conversation window is obtained in the System.AsyncCallback method you pass in the callback argument.

BeginMeetNow(IntPtr, AsyncCallback, Object)

Launches a Lync Meet Now conversation window using the specified modalities. The new conversation window is obtained in the System.AsyncCallback method you pass in the callback argument.

BeginStartConversation(AutomationModalities, IEnumerable<String>, IEnumerable<KeyValuePair<AutomationModalitySettings,Object>>, AsyncCallback, Object)

Launches a Lync conversation window and invites specified participants using the specified modalities and optional conversation context data. The new conversation window is obtained in the System.AsyncCallback method you pass in the callback argument.

BeginStartConversation(String, Int32, AsyncCallback, Object)
EndMeetNow(IAsyncResult)

Ends the MeetNow operation, unblocks program execution on the calling thread, and returns a new conversation window.

EndStartConversation(IAsyncResult)

Ends the start conversation operation, unblocks program execution on the calling thread, and returns a new conversation window.

GetConversationWindow(Conversation)

Find or create a ConversationWindow for a given conversation.

LaunchAddContactWizard(String)

Deprecated : Do not use this method.

Applies to