iControl.ASMLoggingProfile.Beginset_storage_format C# (CSharp) Method

Beginset_storage_format() public method

public Beginset_storage_format ( string logprof_names, ASMLoggingStorageFormat storage_formats, System callback, object asyncState ) : System.IAsyncResult
logprof_names string
storage_formats ASMLoggingStorageFormat
callback System
asyncState object
return System.IAsyncResult
        public System.IAsyncResult Beginset_storage_format(string [] logprof_names,ASMLoggingStorageFormat [] storage_formats, System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("set_storage_format", new object[] {
            logprof_names,
            storage_formats}, callback, asyncState);
        }
ASMLoggingProfile