iControl.ASMLoggingProfile.set_storage_format C# (CSharp) Метод

set_storage_format() приватный Метод

private set_storage_format ( string logprof_names, ASMLoggingStorageFormat storage_formats ) : void
logprof_names string
storage_formats ASMLoggingStorageFormat
Результат void
        public void set_storage_format(
		string [] logprof_names,
		ASMLoggingStorageFormat [] storage_formats
	)
        {
            this.Invoke("set_storage_format", new object [] {
                logprof_names,
                storage_formats});
        }
ASMLoggingProfile