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

add_profile() private méthode

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