CallLogParticipant Constructor |
Namespace:
Avaya.ClientServices
Assembly:
AvayaClientServices (in AvayaClientServices.dll) Version: 550.0.60.0
Syntaxpublic CallLogParticipant(
string sDisplayName,
string sRemoteAddress,
string sRemoteNumber,
DateTime enterGMTTime,
DateTime leaveGMTTime,
bool bIsModerator,
CallLogAddressSourceType sourceType,
bool bIsRestrictedParticipant
)
Parameters
- sDisplayName
- Type: SystemString
- sRemoteAddress
- Type: SystemString
- sRemoteNumber
- Type: SystemString
- enterGMTTime
- Type: SystemDateTime
- leaveGMTTime
- Type: SystemDateTime
- bIsModerator
- Type: SystemBoolean
- sourceType
- Type: Avaya.ClientServicesCallLogAddressSourceType
- bIsRestrictedParticipant
- Type: SystemBoolean
See Also