iControl.SystemCryptoServer.remove_profile C# (CSharp) Méthode

remove_profile() private méthode

private remove_profile ( string servers, string profiles ) : void
servers string
profiles string
Résultat void
        public void remove_profile(
		string [] servers,
		string [] [] profiles
	)
        {
            this.Invoke("remove_profile", new object [] {
                servers,
                profiles});
        }