iControl.SecurityLogProfile.Beginset_application_response_logging C# (CSharp) Method

Beginset_application_response_logging() public method

public Beginset_application_response_logging ( string profile_names, string applications, SecurityLogProfileResponseLogging types, System callback, object asyncState ) : System.IAsyncResult
profile_names string
applications string
types SecurityLogProfileResponseLogging
callback System
asyncState object
return System.IAsyncResult
        public System.IAsyncResult Beginset_application_response_logging(string [] profile_names,string [] [] applications,SecurityLogProfileResponseLogging [] [] types, System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("set_application_response_logging", new object[] {
            profile_names,
            applications,
            types}, callback, asyncState);
        }
SecurityLogProfile