SubmitNotification(String,IntPtr,Int32)
Sends byte array notificationData as a notification to stream notificationID.
Parameters
notificationID : string : Unique ID for the stream to send the notification to.
notificationData : IntPtr : Notification data to send.
notificationDataSize : int : Notification data size.
Return
Status : Status that indicates if the operation succeeds.