The Participanttype exposes the following members.

Methods

  Name Description
Public method BeginAdmit
Admits the participant sitting in the lobby to the conference.
Public method BeginDeny
Denies the participant access to the conference and removes him from the lobby.
Public method BeginSetMute
Mutes a participant.
Public method BeginSetProperty
Sets a property associated with this participant.
Public method CanAdmit
Returns true if a participant can be admitted.
Public method CanBeMuted
Returns true if a participant can be muted.
Public method CanDeny
Returns true if a participant sitting in the lobby can be denied from a conference.
Public method CanSetProperty
Returns true if a property can be set on the participant.
Public method CreateObjRef (Inherited from MarshalByRefObject.)
Public method EndAdmit
Blocks calling thread until BeginAdmit completes.
Public method EndDeny
Blocks calling thread until BeginDeny completes.
Public method EndSetMute
Blocks calling thread until BeginSetMute completes.
Public method EndSetProperty
Blocks calling thread until BeginSetProperty completes.
Public method Equals (Inherited from Object.)
Protected method Finalize
(Overrides UCWFullFinalize () () () () .)
Public method GetHashCode (Inherited from Object.)
Public method GetLifetimeService (Inherited from MarshalByRefObject.)
Public method GetType (Inherited from Object.)
Public method InitializeLifetimeService (Inherited from MarshalByRefObject.)
Protected method MemberwiseClone () () () () (Inherited from Object Object.)
Protected method MemberwiseClone(Boolean) (Inherited from MarshalByRefObject MarshalByRefObject.)
Public method ToString (Inherited from Object.)

See Also