IService1SmartAddNotificationMessage Method |
Namespace: SxcDeskAppLib.SxcWebSvcRef
[OperationContractAttribute(Action = "http://tempuri.org/IService1/SmartAddNotificationMessage", ReplyAction = "http://tempuri.org/IService1/SmartAddNotificationMessageResponse")] bool SmartAddNotificationMessage( string[] notificationGroupIds, string msgData, string key )
<OperationContractAttribute(Action := "http://tempuri.org/IService1/SmartAddNotificationMessage", ReplyAction := "http://tempuri.org/IService1/SmartAddNotificationMessageResponse")> Function SmartAddNotificationMessage ( notificationGroupIds As String(), msgData As String, key As String ) As Boolean
[OperationContractAttribute(Action = L"http://tempuri.org/IService1/SmartAddNotificationMessage", ReplyAction = L"http://tempuri.org/IService1/SmartAddNotificationMessageResponse")] bool SmartAddNotificationMessage( array<String^>^ notificationGroupIds, String^ msgData, String^ key )
[<OperationContractAttribute(Action = "http://tempuri.org/IService1/SmartAddNotificationMessage", ReplyAction = "http://tempuri.org/IService1/SmartAddNotificationMessageResponse")>] abstract SmartAddNotificationMessage : notificationGroupIds : string[] * msgData : string * key : string -> bool