Halyri - Häke  0.9.1
 All Classes Namespaces Functions Variables Enumerations Properties
WcfCallCenterServiceClient Class Reference

Inherits DuplexClientBase< Hake_WPF.CallCenterReference.IWcfCallCenterService >, and IWcfCallCenterService.

Public Member Functions

 WcfCallCenterServiceClient (System.ServiceModel.InstanceContext callbackInstance)
 
 WcfCallCenterServiceClient (System.ServiceModel.InstanceContext callbackInstance, string endpointConfigurationName)
 
 WcfCallCenterServiceClient (System.ServiceModel.InstanceContext callbackInstance, string endpointConfigurationName, string remoteAddress)
 
 WcfCallCenterServiceClient (System.ServiceModel.InstanceContext callbackInstance, string endpointConfigurationName, System.ServiceModel.EndpointAddress remoteAddress)
 
 WcfCallCenterServiceClient (System.ServiceModel.InstanceContext callbackInstance, System.ServiceModel.Channels.Binding binding, System.ServiceModel.EndpointAddress remoteAddress)
 
Hake_WPF.CallCenterReference.CallCenterConnectionDto Connect (Hake_WPF.CallCenterReference.UserCredentialsDto credentials)
 
System.Threading.Tasks.Task
< Hake_WPF.CallCenterReference.CallCenterConnectionDto
ConnectAsync (Hake_WPF.CallCenterReference.UserCredentialsDto credentials)
 
void Reconnect (Hake_WPF.CallCenterReference.CallCenterConnectionDto user)
 
System.Threading.Tasks.Task ReconnectAsync (Hake_WPF.CallCenterReference.CallCenterConnectionDto user)
 
void Disconnect (Hake_WPF.CallCenterReference.CallCenterConnectionDto user)
 
System.Threading.Tasks.Task DisconnectAsync (Hake_WPF.CallCenterReference.CallCenterConnectionDto user)
 
Hake_WPF.CallCenterReference.ConnectionDto[] GetActiveConnections (Hake_WPF.CallCenterReference.CallCenterConnectionDto user)
 
System.Threading.Tasks.Task
< Hake_WPF.CallCenterReference.ConnectionDto[]> 
GetActiveConnectionsAsync (Hake_WPF.CallCenterReference.CallCenterConnectionDto user)
 
void OpenConnectionForProcessing (Hake_WPF.CallCenterReference.CallCenterConnectionDto user, Hake_WPF.CallCenterReference.ConnectionDto connection)
 
System.Threading.Tasks.Task OpenConnectionForProcessingAsync (Hake_WPF.CallCenterReference.CallCenterConnectionDto user, Hake_WPF.CallCenterReference.ConnectionDto connection)
 
void TransferConnection (Hake_WPF.CallCenterReference.CallCenterConnectionDto user, Hake_WPF.CallCenterReference.CallCenterConnectionDto[] targetCallCenterConnections)
 
System.Threading.Tasks.Task TransferConnectionAsync (Hake_WPF.CallCenterReference.CallCenterConnectionDto user, Hake_WPF.CallCenterReference.CallCenterConnectionDto[] targetCallCenterConnections)
 
void SetConnectionPriority (Hake_WPF.CallCenterReference.CallCenterConnectionDto user, Hake_WPF.CallCenterReference.ConnectionDto connection)
 
System.Threading.Tasks.Task SetConnectionPriorityAsync (Hake_WPF.CallCenterReference.CallCenterConnectionDto user, Hake_WPF.CallCenterReference.ConnectionDto connection)
 
void MoveConnectionToHold (Hake_WPF.CallCenterReference.CallCenterConnectionDto user, Hake_WPF.CallCenterReference.ConnectionDto connection)
 
System.Threading.Tasks.Task MoveConnectionToHoldAsync (Hake_WPF.CallCenterReference.CallCenterConnectionDto user, Hake_WPF.CallCenterReference.ConnectionDto connection)
 
void MarkProcessedCloseConnection (Hake_WPF.CallCenterReference.CallCenterConnectionDto user, Hake_WPF.CallCenterReference.ConnectionDto connection)
 
System.Threading.Tasks.Task MarkProcessedCloseConnectionAsync (Hake_WPF.CallCenterReference.CallCenterConnectionDto user, Hake_WPF.CallCenterReference.ConnectionDto connection)
 
void RequestRemoteAction (Hake_WPF.CallCenterReference.CallCenterConnectionDto user, Hake_WPF.CallCenterReference.ConnectionDto connection, Hake_WPF.CallCenterReference.RemoteActionDto action)
 
System.Threading.Tasks.Task RequestRemoteActionAsync (Hake_WPF.CallCenterReference.CallCenterConnectionDto user, Hake_WPF.CallCenterReference.ConnectionDto connection, Hake_WPF.CallCenterReference.RemoteActionDto action)
 
void RequestMediaUpstreaming (Hake_WPF.CallCenterReference.CallCenterConnectionDto user, Hake_WPF.CallCenterReference.ConnectionDto connection, Hake_WPF.CallCenterReference.MediaConfigurationDto mediaConfiguration)
 
System.Threading.Tasks.Task RequestMediaUpstreamingAsync (Hake_WPF.CallCenterReference.CallCenterConnectionDto user, Hake_WPF.CallCenterReference.ConnectionDto connection, Hake_WPF.CallCenterReference.MediaConfigurationDto mediaConfiguration)
 
void RequestMediaDownstreaming (Hake_WPF.CallCenterReference.CallCenterConnectionDto user, Hake_WPF.CallCenterReference.ConnectionDto connection, string mediaUrl)
 
System.Threading.Tasks.Task RequestMediaDownstreamingAsync (Hake_WPF.CallCenterReference.CallCenterConnectionDto user, Hake_WPF.CallCenterReference.ConnectionDto connection, string mediaUrl)
 
void RequestStartMeasurement (Hake_WPF.CallCenterReference.CallCenterConnectionDto user, Hake_WPF.CallCenterReference.ConnectionDto connection, Hake_WPF.CallCenterReference.MeasurementInstrumentDto measurementDevice)
 
System.Threading.Tasks.Task RequestStartMeasurementAsync (Hake_WPF.CallCenterReference.CallCenterConnectionDto user, Hake_WPF.CallCenterReference.ConnectionDto connection, Hake_WPF.CallCenterReference.MeasurementInstrumentDto measurementDevice)
 
void RequestStopMeasurement (Hake_WPF.CallCenterReference.CallCenterConnectionDto user, Hake_WPF.CallCenterReference.ConnectionDto connection, Hake_WPF.CallCenterReference.MeasurementInstrumentDto measurementDevice)
 
System.Threading.Tasks.Task RequestStopMeasurementAsync (Hake_WPF.CallCenterReference.CallCenterConnectionDto user, Hake_WPF.CallCenterReference.ConnectionDto connection, Hake_WPF.CallCenterReference.MeasurementInstrumentDto measurementDevice)
 
void SendTextMessage (Hake_WPF.CallCenterReference.CallCenterConnectionDto user, Hake_WPF.CallCenterReference.ConnectionDto connection, Hake_WPF.CallCenterReference.TextMessageDto textMessage)
 
System.Threading.Tasks.Task SendTextMessageAsync (Hake_WPF.CallCenterReference.CallCenterConnectionDto user, Hake_WPF.CallCenterReference.ConnectionDto connection, Hake_WPF.CallCenterReference.TextMessageDto textMessage)
 
bool UploadMediaSegment (Hake_WPF.CallCenterReference.CallCenterConnectionDto user, Hake_WPF.CallCenterReference.MediaInformationDto mediaInfo, byte[] mediaData)
 
System.Threading.Tasks.Task< bool > UploadMediaSegmentAsync (Hake_WPF.CallCenterReference.CallCenterConnectionDto user, Hake_WPF.CallCenterReference.MediaInformationDto mediaInfo, byte[] mediaData)
 
int Ping (int pingSequence)
 
System.Threading.Tasks.Task< int > PingAsync (int pingSequence)
 

The documentation for this class was generated from the following file: