The Conversationtype exposes the following members.
Methods
Name | Description | |
---|---|---|
AddParticipant(Contact) |
Adds a contact to a conversation and returns
the contact as a participant.
|
|
AddParticipant(ContactEndpoint) |
Adds one of a contacts endpoints to a
conversation and returns the contact as a participant.
|
|
BeginAdmitParticipants |
Used to admit a set of participants into
conference when the participant set is in the lobby.
|
|
BeginDenyParticipants |
Used to deny a set of participants access into
a conference.
|
|
BeginMerge |
Merges another conversation into this one,
escalating it into a conference. ModalityTypes specifies which
modalities are merged.
|
|
BeginMuteParticipants |
Used to mute a set of participants in a
conference.
|
|
BeginPark |
Parks voice at the Call Park Server and
terminates all other modalities.
|
|
BeginSendContextData |
This is used to send additional application
context to an established conversation. The string context data
type and string context data are interpreted by the registered
application and are opaque to Lync.
|
|
BeginSendInitialContext |
Sends an application hyperlink and application
Id as initial conversation context.
|
|
BeginSetProperty |
Sets a property of this conversation.
|
|
BeginUnmuteParticipants |
Unmutes a set of participants in a
conference.
|
|
CanInvoke |
Returns true if a specific conversation action
is available.
|
|
CanSetProperty |
Returns true if the property can be set on the
conversation.
|
|
CreateObjRef | (Inherited from MarshalByRefObject.) | |
End |
Terminates the conversation on the local
endpoint. If the conversation is a conference, the conference
continues for all other participants.
|
|
EndAdmitParticipants |
Blocks calling thread until
BeginAdmitParticipants completes.
|
|
EndDenyParticipants |
Blocks calling thread until
BeginDenyParticipants completes.
|
|
EndMerge |
Blocks calling thread until BeginMerge
completes.
|
|
EndMuteParticipants |
Blocks calling thread until
BeginMuteParticipants completes.
|
|
EndPark |
Blocks calling thread until BeginPark
completes.
|
|
EndSendContextData |
Blocks calling thread until
BeginSendContextData completes.
|
|
EndSendInitialContext |
Blocks calling thread until
BeginSendInitialContext completes.
|
|
EndSetProperty |
Blocks calling thread until BeginSetProperty
completes. Returns the changed ConversationProperty.
|
|
EndUnmuteParticipants |
Blocks calling thread until
BeginUnmuteParticipants completes.
|
|
Equals | (Inherited from Object.) | |
Finalize | (Overrides UCWFullFinalize () () () () .) | |
GetApplicationData |
Gets the contextual conversation application
data using the given application Id. Only the registered
application with the same Id can call this.
|
|
GetHashCode | (Inherited from Object.) | |
GetLifetimeService | (Inherited from MarshalByRefObject.) | |
GetType | (Inherited from Object.) | |
InitializeLifetimeService | (Inherited from MarshalByRefObject.) | |
MemberwiseClone () () () () | (Inherited from Object Object.) | |
MemberwiseClone(Boolean) | (Inherited from MarshalByRefObject MarshalByRefObject.) | |
RemoveParticipant |
Removes a participant from the
conversation.
|
|
ToString | (Inherited from Object.) |