Microsoft.Protocols.TestTools.StackSdk.WsDiscovery.Transport.UdpSender.Stop C# (CSharp) Méthode

Stop() public méthode

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