iControl.SecurityLogProfile.Beginset_application_guarantee_logging_state C# (CSharp) Method

Beginset_application_guarantee_logging_state() public method

public Beginset_application_guarantee_logging_state ( string profile_names, string applications, CommonEnabledState states, System callback, object asyncState ) : System.IAsyncResult
profile_names string
applications string
states CommonEnabledState
callback System
asyncState object
return System.IAsyncResult
        public System.IAsyncResult Beginset_application_guarantee_logging_state(string [] profile_names,string [] [] applications,CommonEnabledState [] [] states, System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("set_application_guarantee_logging_state", new object[] {
            profile_names,
            applications,
            states}, callback, asyncState);
        }
SecurityLogProfile