iControl.SystemCryptoServer.remove_profile C# (CSharp) Method

remove_profile() private method

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