IService1RemoveNotificationMessage Method |
Namespace: SxcDeskAppLib.SxcWebSvcRef
[OperationContractAttribute(Action = "http://tempuri.org/IService1/RemoveNotificationMessage", ReplyAction = "http://tempuri.org/IService1/RemoveNotificationMessageResponse")] bool RemoveNotificationMessage( string messageId, string key )
<OperationContractAttribute(Action := "http://tempuri.org/IService1/RemoveNotificationMessage", ReplyAction := "http://tempuri.org/IService1/RemoveNotificationMessageResponse")> Function RemoveNotificationMessage ( messageId As String, key As String ) As Boolean
[OperationContractAttribute(Action = L"http://tempuri.org/IService1/RemoveNotificationMessage", ReplyAction = L"http://tempuri.org/IService1/RemoveNotificationMessageResponse")] bool RemoveNotificationMessage( String^ messageId, String^ key )
[<OperationContractAttribute(Action = "http://tempuri.org/IService1/RemoveNotificationMessage", ReplyAction = "http://tempuri.org/IService1/RemoveNotificationMessageResponse")>] abstract RemoveNotificationMessage : messageId : string * key : string -> bool