Click or drag to resize
LyncPlatformLibraryEvent Class
Encapsulates an event raised by the library.
Inheritance Hierarchy
SystemObject
  Inkostar.ClassesLyncPlatformLibraryEvent

Namespace: Inkostar.Classes
Assembly: LyncPlatformLibrary (in LyncPlatformLibrary.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public class LyncPlatformLibraryEvent

The LyncPlatformLibraryEvent type exposes the following members.

Constructors
  NameDescription
Public methodLyncPlatformLibraryEvent
Initializes a new instance of the LyncPlatformLibraryEvent class
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Properties
  NameDescription
Public propertyCallProgressFailureReason
Gets when applicable the LyncPlatformLibraryCallProgressFailureType for the attempted call.
Public propertyConferenceFailureReason
Gets when applicable the LyncPlatformLibraryConferenceFailureReason for the failed conference.
Remarks
This is applicable to conference event types.
Public propertyEventDigits
Gets when applicable the LyncPlatformLibraryDigits associated with the event.
Public propertyEventType
Gets the LyncPlatformLibraryEventType for the current event.
Public propertyFailureException
Gets when applicable the exception raised from the library.
Public propertyInteraction
Gets when applicable the ILyncPlatformLibraryInteraction the currnet event is associated with.
Public propertyJoiningParticipant
Gets when applicable the endpoint of the participant who is joining the conference.
Remarks
This is applicable to conference event types.
Public propertyLeavingParticipant
Gets when applicable the endpoint of the participant who is leaving the conference.
Remarks
This is applicable to conference event types.
Public propertyMedia
Gets when applicable the ILyncPlatformLibraryMedia associated with the currnet event.
Public propertyMutedParticipant
Gets when applicable the endpoint of the participant who was muted.
Remarks
This is applicable to conference event types.
Public propertyOperationId
Get the unique identifier for the operation this event pertains to.
Public propertyCode exampleOperationName
Gets the method name from which the event was generated.
Examples
CloseConnection, MakeCall, StartConference
Top
See Also