public static int MercatorPenguin.NotificationClient.Send(string message, string bundleId, Dictionary<string, object> dicoParams, string[] onlyTheseIdUsers = null, ResultMode resultMode = ResultMode.Stop);
public static int MercatorPenguin.NotificationClient.Send(string message, Guid bundleId, Dictionary<string, object> dicoParams, string[] onlyTheseIdUsers = null, ResultMode resultMode = ResultMode.Stop);
public static Task<int> MercatorPenguin.NotificationClient.SendAsync(string message, string bundleId, Dictionary<string, object> dicoParams, string[] onlyTheseIdUsers = null, ResultMode resultMode = ResultMode.Notify);
public static Task<int> MercatorPenguin.NotificationClient.SendAsync(string message, Guid bundleId, Dictionary<string, object> dicoParams, string[] onlyTheseIdUsers = null, ResultMode resultMode = ResultMode.Notify);