Applicasa.PushNotification.ApplicasaPushSend C# (CSharp) Метод

ApplicasaPushSend() приватный Метод

private ApplicasaPushSend ( IntPtr innerPush, IntPtr users, int arrayCount, SendPushFinished sendPushFinished ) : void
innerPush System.IntPtr
users System.IntPtr
arrayCount int
sendPushFinished SendPushFinished
Результат void
        private static extern void ApplicasaPushSend(IntPtr innerPush, IntPtr[] users, int arrayCount, SendPushFinished sendPushFinished);