/// <include file='InterfaceDocumentationComments.xml' path='doc/members/member[@name="M:MethodInvocationRemoting.IMethodInvocationRemoteReceiver.CancelReceive"]/*'/>
        public void CancelReceive()
        {
            cancelRequest = true;
            receiver.CancelReceive();
            receiveLoopThread.Join();

            loggingUtilities.Log(this, LogLevel.Information, "Receive operation cancelled.");
        }
Beispiel #2
0
        /// <include file='InterfaceDocumentationComments.xml' path='doc/members/member[@name="M:MethodInvocationRemoting.IRemoteReceiver.CancelReceive"]/*'/>
        public void CancelReceive()
        {
            remoteReceiver.CancelReceive();
            while (decompressing == true)
            {
                ;
            }

            loggingUtilities.Log(this, LogLevel.Information, "Receive operation cancelled.");
        }