Service1ClientUpdateNotificationMessage Method |
Namespace: SxcDeskAppLib.SxcWebSvcRef
public 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 )
Public 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
public: virtual 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 ) sealed
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 override 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