示例#1
0
 public void NotifyPoll(PollMessage.PollType t)
 {
     msServerNotifyPoll(self, t);
 }
示例#2
0
 [DllImport(Lib.name)] static extern void msServerNotifyPoll(IntPtr self, PollMessage.PollType t);
示例#3
0
 static extern void msServerNotifyPoll(IntPtr self, PollMessage.PollType t);