ManagerInterfaceNotificationsSend Method (Char, Char) |
Sends push notifications to a list of MetaQuotes IDs and a list of logins.
Namespace:
mtapi.be.MT4ManagerApiCpp
Assembly:
MT4ManagerCpp (in MT4ManagerCpp.dll) Version: 0.0.0.0
Syntax public void NotificationsSend(
char* metaquotes_ids,
char* message
)
Visual Basic does not support APIs that consume or return unsafe types.
public:
void NotificationsSend(
wchar_t* metaquotes_ids,
wchar_t* message
)
F# does not support APIs that consume or return unsafe types.
Parameters
- metaquotes_ids
- Type: SystemChar*
- message
- Type: SystemChar*
See Also