iControl.ASMLoggingProfile.Beginget_logprof C# (CSharp) Method

Beginget_logprof() public method

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