ShootBlues.Script.JabberGateway.ConfigureJabberGateway C# (CSharp) Méthode

ConfigureJabberGateway() public méthode

public ConfigureJabberGateway ( object sender, EventArgs args ) : void
sender object
args System.EventArgs
Résultat void
        public void ConfigureJabberGateway(object sender, EventArgs args)
        {
            Program.Scheduler.Start(
                Program.ShowStatusWindow("Jabber Gateway"),
                TaskExecutionPolicy.RunAsBackgroundTask
            );
        }