iControl.ASMLoggingProfile.Beginset_remote_protocol C# (CSharp) Method

Beginset_remote_protocol() public method

public Beginset_remote_protocol ( string logprof_names, ASMLoggingRemoteProtocol remote_protocols, System callback, object asyncState ) : System.IAsyncResult
logprof_names string
remote_protocols ASMLoggingRemoteProtocol
callback System
asyncState object
return System.IAsyncResult
        public System.IAsyncResult Beginset_remote_protocol(string [] logprof_names,ASMLoggingRemoteProtocol [] remote_protocols, System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("set_remote_protocol", new object[] {
            logprof_names,
            remote_protocols}, callback, asyncState);
        }
ASMLoggingProfile