iControl.SecurityLogProfile.Beginset_application_remote_storage C# (CSharp) Method

Beginset_application_remote_storage() public method

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