iControl.ASMLoggingProfile.Beginset_guarantee_logging_flag C# (CSharp) Method

Beginset_guarantee_logging_flag() public method

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