AltnetSample.OrderService.HelloWorld.Stop C# (CSharp) Method

Stop() public method

public Stop ( ) : void
return void
        public void Stop()
        {
            throw new NotImplementedException();
        }
HelloWorld