iControl.LocalLBLSNLogProfile.Beginset_default_profile C# (CSharp) 메소드

Beginset_default_profile() 공개 메소드

public Beginset_default_profile ( string profiles, string defaults, System callback, object asyncState ) : System.IAsyncResult
profiles string
defaults string
callback System
asyncState object
리턴 System.IAsyncResult
        public System.IAsyncResult Beginset_default_profile(string [] profiles,string [] defaults, System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("set_default_profile", new object[] {
            profiles,
            defaults}, callback, asyncState);
        }
LocalLBLSNLogProfile