public static bool PollRpc(bool blocking, ref NtRpcCallInfo info)
 {
     int retVal = Interop.NT_PollRpc(blocking ? 1 : 0, ref info);
     return retVal != 0;
 }
        public static bool PollRpc(bool blocking, ref NtRpcCallInfo info)
        {
            int retVal = Interop.NT_PollRpc(blocking ? 1 : 0, ref info);

            return(retVal != 0);
        }