IService1AddNotificationMessage Method |
Namespace: SxcDeskAppLib.SxcWebSvcRef
[OperationContractAttribute(Action = "http://tempuri.org/IService1/AddNotificationMessage", ReplyAction = "http://tempuri.org/IService1/AddNotificationMessageResponse")] bool AddNotificationMessage( string typeId, string categoryId, string groupId, string createdByUserId, string createdForUserId, string message, string key )
<OperationContractAttribute(Action := "http://tempuri.org/IService1/AddNotificationMessage", ReplyAction := "http://tempuri.org/IService1/AddNotificationMessageResponse")> Function AddNotificationMessage ( typeId As String, categoryId As String, groupId As String, createdByUserId As String, createdForUserId As String, message As String, key As String ) As Boolean
[OperationContractAttribute(Action = L"http://tempuri.org/IService1/AddNotificationMessage", ReplyAction = L"http://tempuri.org/IService1/AddNotificationMessageResponse")] bool AddNotificationMessage( String^ typeId, String^ categoryId, String^ groupId, String^ createdByUserId, String^ createdForUserId, String^ message, String^ key )
[<OperationContractAttribute(Action = "http://tempuri.org/IService1/AddNotificationMessage", ReplyAction = "http://tempuri.org/IService1/AddNotificationMessageResponse")>] abstract AddNotificationMessage : typeId : string * categoryId : string * groupId : string * createdByUserId : string * createdForUserId : string * message : string * key : string -> bool