Microsoft.Protocols.TestTools.StackSdk.WsDiscovery.Transport.UdpSender.Stop C# (CSharp) Method

Stop() public method

Stop the thread of send message
public Stop ( ) : void
return void
        public void Stop()
        {
            this.isStopped = true;
            this.senderThread.Join();
        }