iControl.SystemCryptoClient.remove_profile C# (CSharp) 메소드

remove_profile() 개인적인 메소드

private remove_profile ( string clients, string profiles ) : void
clients string
profiles string
리턴 void
        public void remove_profile(
		string [] clients,
		string [] [] profiles
	)
        {
            this.Invoke("remove_profile", new object [] {
                clients,
                profiles});
        }
SystemCryptoClient