iControl.ASMLoggingProfile.Beginset_remote_log_facility C# (CSharp) Method

Beginset_remote_log_facility() public method

public Beginset_remote_log_facility ( string logprof_names, ASMLoggingRemoteFacility remote_log_facilities, System callback, object asyncState ) : System.IAsyncResult
logprof_names string
remote_log_facilities ASMLoggingRemoteFacility
callback System
asyncState object
return System.IAsyncResult
        public System.IAsyncResult Beginset_remote_log_facility(string [] logprof_names,ASMLoggingRemoteFacility [] remote_log_facilities, System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("set_remote_log_facility", new object[] {
            logprof_names,
            remote_log_facilities}, callback, asyncState);
        }
ASMLoggingProfile