AuditToolsDocumentationPostNotification Method |
Namespace: SxcDeskAppLibAssembly: RxAudit (in RxAudit.exe) Version: 2014.1.30.9 (2014.01.30.9)
Syntaxprivate void PostNotification(
string type,
string notify_id
)
Private Sub PostNotification (
type As String,
notify_id As String
)
private:
void PostNotification(
String^ type,
String^ notify_id
)
private member PostNotification :
type : string *
notify_id : string -> unit
Parameters
- type
- Type: SystemString
- notify_id
- Type: SystemString
See Also