iControl.LocalLBLSNLogProfile.Beginget_errors_action C# (CSharp) Method

Beginget_errors_action() public method

public Beginget_errors_action ( string profiles, System callback, object asyncState ) : System.IAsyncResult
profiles string
callback System
asyncState object
return System.IAsyncResult
        public System.IAsyncResult Beginget_errors_action(string [] profiles, System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("get_errors_action", new object[] {
            profiles}, callback, asyncState);
        }
LocalLBLSNLogProfile