iControl.SecurityLogProfile.set_application_remote_storage C# (CSharp) Method

set_application_remote_storage() private method

private set_application_remote_storage ( string profile_names, string applications, SecurityLogProfileRemoteStorage types ) : void
profile_names string
applications string
types SecurityLogProfileRemoteStorage
return void
        public void set_application_remote_storage(
		string [] profile_names,
		string [] [] applications,
		SecurityLogProfileRemoteStorage [] [] types
	)
        {
            this.Invoke("set_application_remote_storage", new object [] {
                profile_names,
                applications,
                types});
        }
SecurityLogProfile