iControl.ASMLoggingProfile.set_storage_format C# (CSharp) Method

set_storage_format() private method

private set_storage_format ( string logprof_names, ASMLoggingStorageFormat storage_formats ) : void
logprof_names string
storage_formats ASMLoggingStorageFormat
return void
        public void set_storage_format(
		string [] logprof_names,
		ASMLoggingStorageFormat [] storage_formats
	)
        {
            this.Invoke("set_storage_format", new object [] {
                logprof_names,
                storage_formats});
        }
ASMLoggingProfile