Microsoft.Protocols.TestTools.StackSdk.WsDiscovery.Transport.UdpSender.Stop C# (CSharp) 메소드

Stop() 공개 메소드

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