iControl.ASMLoggingProfile.Begindelete_logprof C# (CSharp) Method

Begindelete_logprof() public method

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