Click or drag to resize

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
)

Parameters

metaquotes_ids
Type: SystemChar*
message
Type: SystemChar*
See Also