SubmitNotification(String,Byte[],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 : byte[] : Notification data to send.
notificationDataSize : int : Notification data size.
Return
Status : Status that indicates if the operation succeeds.