コード例 #1
0
ファイル: Reference.cs プロジェクト: DuoSoftware/V5SoftPhone
 public System.Threading.Tasks.Task <DuoSoftware.DuoSoftPhone.refResourceProxy.ResourceProxyReplyDataResourceProxyReply> SendStatusChangeRequestDoNotDisturbAsync(string securityToken, string xmppUserName, string port, string ip, DuoSoftware.DuoSoftPhone.refResourceProxy.CommunicationModes communicationMode, string resourceId, string breakReason, string extraData, string sessionId)
 {
     return(base.Channel.SendStatusChangeRequestDoNotDisturbAsync(securityToken, xmppUserName, port, ip, communicationMode, resourceId, breakReason, extraData, sessionId));
 }
コード例 #2
0
ファイル: Reference.cs プロジェクト: DuoSoftware/V5SoftPhone
 public System.Threading.Tasks.Task <DuoSoftware.DuoSoftPhone.refResourceProxy.ResourceProxyReplyDataResourceProxyReply> ResourceStatusChangeBusyAsync(string securityToken, string xmppUserName, string port, string ip, DuoSoftware.DuoSoftPhone.refResourceProxy.CommunicationModes communicationMode, string resourceId, string sessionId, string extraData)
 {
     return(base.Channel.ResourceStatusChangeBusyAsync(securityToken, xmppUserName, port, ip, communicationMode, resourceId, sessionId, extraData));
 }
コード例 #3
0
ファイル: Reference.cs プロジェクト: DuoSoftware/V5SoftPhone
 public DuoSoftware.DuoSoftPhone.refResourceProxy.ResourceProxyReplyDataResourceProxyReply ResourceStatusChangeACW(string securityToken, string xmppUserName, string port, string ip, DuoSoftware.DuoSoftPhone.refResourceProxy.CommunicationModes communicationMode, string resourceId, string sessionId, string extraData)
 {
     return(base.Channel.ResourceStatusChangeACW(securityToken, xmppUserName, port, ip, communicationMode, resourceId, sessionId, extraData));
 }
コード例 #4
0
ファイル: Reference.cs プロジェクト: DuoSoftware/V5SoftPhone
 public DuoSoftware.DuoSoftPhone.refResourceProxy.ResourceProxyReplyDataResourceProxyReply SendStatusChangeRequestBreak(string securityToken, string xmppUserName, string port, string ip, DuoSoftware.DuoSoftPhone.refResourceProxy.CommunicationModes communicationMode, string resourceId, string breakReason, string extraData, string sessionId)
 {
     return(base.Channel.SendStatusChangeRequestBreak(securityToken, xmppUserName, port, ip, communicationMode, resourceId, breakReason, extraData, sessionId));
 }
コード例 #5
0
ファイル: Reference.cs プロジェクト: DuoSoftware/V5SoftPhone
 public DuoSoftware.DuoSoftPhone.refResourceProxy.ResourceProxyReplyDataResourceProxyReply SendModeChangeRequestOffline(string securityToken, string xmppUserName, string port, string ip, DuoSoftware.DuoSoftPhone.refResourceProxy.CommunicationModes communicationMode, string resourceId, string extraData)
 {
     return(base.Channel.SendModeChangeRequestOffline(securityToken, xmppUserName, port, ip, communicationMode, resourceId, extraData));
 }
コード例 #6
0
ファイル: Reference.cs プロジェクト: DuoSoftware/V5SoftPhone
 public System.Threading.Tasks.Task <DuoSoftware.DuoSoftPhone.refResourceProxy.ResourceProxyReplyDataResourceProxyReply> CancelResourceUnregisterRequestAsync(string securityToken, string xmppUserName, string port, string ip, DuoSoftware.DuoSoftPhone.refResourceProxy.CommunicationModes communicationMode, string resourceId, string extraData)
 {
     return(base.Channel.CancelResourceUnregisterRequestAsync(securityToken, xmppUserName, port, ip, communicationMode, resourceId, extraData));
 }