CQRSMicroservices.ServiceFabric.WebService.OwinCommunicationListener.Abort C# (CSharp) Method

Abort() public method

Aborts the communication listener.
public Abort ( ) : void
return void
    public void Abort()
    {
      StopWebServer();
      ServiceEventSource.Current.Message("Communication Listener aborted.");
    }