iControl.ASMLoggingProfile.Beginapply_logprof C# (CSharp) 메소드

Beginapply_logprof() 공개 메소드

public Beginapply_logprof ( string logprof_names, System callback, object asyncState ) : System.IAsyncResult
logprof_names string
callback System
asyncState object
리턴 System.IAsyncResult
        public System.IAsyncResult Beginapply_logprof(string [] logprof_names, System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("apply_logprof", new object[] {
            logprof_names}, callback, asyncState);
        }
ASMLoggingProfile