iControl.ASMLoggingProfile.Beginset_remote_storage_base C# (CSharp) Method

Beginset_remote_storage_base() public method

public Beginset_remote_storage_base ( string logprof_names, ASMLoggingRemoteStorageBase remote_storage_bases, System callback, object asyncState ) : System.IAsyncResult
logprof_names string
remote_storage_bases ASMLoggingRemoteStorageBase
callback System
asyncState object
return System.IAsyncResult
        public System.IAsyncResult Beginset_remote_storage_base(string [] logprof_names,ASMLoggingRemoteStorageBase [] remote_storage_bases, System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("set_remote_storage_base", new object[] {
            logprof_names,
            remote_storage_bases}, callback, asyncState);
        }
ASMLoggingProfile