API browser of generalnotification451 COM module


/images/arrow_right.png IGeneralNotificationManager::CreateGeneralNotificationManager property space
This property has a Restful Webservice representation only!
Creates an instance of the main IGeneralNotificationManager interface.
 
To delete/invalidate this interface instance, the counterpart property PutDestructGeneralNotificationManager must be explicitly called, since the pIGeneralNotificationManager address has a global scope and is not automatically destructed.
space
/images/arrow_right.png Restful webservice calling syntax
[GET] /baseURL/IGeneralNotificationManager/GetCreateGeneralNotificationManager?param
[param] pIGeneralNotificationManager= longValue
 
[JSON result data] pIGeneralNotificationManager: longValue    //interface address
 
[HTTP result status] 200 Return status 200 signals a successful method call
204 Return status 204 (noContent) signals that the end of an iteration is reached
>= 400 Return status >= 400 signals an unsuccessful function call. The returned JSON{errorCode: code, errorText:"text"} supplies the error message the same as GetAbortInfo() would do.
space
/images/arrow_right.png Remarks
This property has a Restful Webservice representation only!
 
space