IService1UpdateNotificationMessage Method |
Namespace: SxcDeskAppLib.SxcWebSvcRef
[OperationContractAttribute(Action = "http://tempuri.org/IService1/UpdateNotificationMessage", ReplyAction = "http://tempuri.org/IService1/UpdateNotificationMessageResponse")] bool UpdateNotificationMessage( string messageId, string typeId, string categoryId, string groupId, string createdByUserId, string createdForUserId, string active, string pickedUp, string pickedUpOn, string viewed, string viewedOn, string key )
<OperationContractAttribute(Action := "http://tempuri.org/IService1/UpdateNotificationMessage", ReplyAction := "http://tempuri.org/IService1/UpdateNotificationMessageResponse")> Function UpdateNotificationMessage ( messageId As String, typeId As String, categoryId As String, groupId As String, createdByUserId As String, createdForUserId As String, active As String, pickedUp As String, pickedUpOn As String, viewed As String, viewedOn As String, key As String ) As Boolean
[OperationContractAttribute(Action = L"http://tempuri.org/IService1/UpdateNotificationMessage", ReplyAction = L"http://tempuri.org/IService1/UpdateNotificationMessageResponse")] bool UpdateNotificationMessage( String^ messageId, String^ typeId, String^ categoryId, String^ groupId, String^ createdByUserId, String^ createdForUserId, String^ active, String^ pickedUp, String^ pickedUpOn, String^ viewed, String^ viewedOn, String^ key )
[<OperationContractAttribute(Action = "http://tempuri.org/IService1/UpdateNotificationMessage", ReplyAction = "http://tempuri.org/IService1/UpdateNotificationMessageResponse")>] abstract UpdateNotificationMessage : messageId : string * typeId : string * categoryId : string * groupId : string * createdByUserId : string * createdForUserId : string * active : string * pickedUp : string * pickedUpOn : string * viewed : string * viewedOn : string * key : string -> bool