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

Beginremove_profile() 공개 메소드

public Beginremove_profile ( string clients, string profiles, System callback, object asyncState ) : System.IAsyncResult
clients string
profiles string
callback System
asyncState object
리턴 System.IAsyncResult
        public System.IAsyncResult Beginremove_profile(string [] clients,string [] [] profiles, System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("remove_profile", new object[] {
            clients,
            profiles}, callback, asyncState);
        }
SystemCryptoClient