AncsNotifier.Advertiser.Advertise C# (CSharp) Method

Advertise() public method

public Advertise ( ) : void
return void
        public void Advertise()
        {
            try
            {
                this._publisher.Start();
            }
            catch (Exception ex)
            {
                throw ex;
            }
        }
    }