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