iControl.ASMLoggingProfile.Beginset_filter_protocol C# (CSharp) Method

Beginset_filter_protocol() public method

public Beginset_filter_protocol ( string logprof_names, ASMProtocolType filter_protocols, System callback, object asyncState ) : System.IAsyncResult
logprof_names string
filter_protocols ASMProtocolType
callback System
asyncState object
return System.IAsyncResult
        public System.IAsyncResult Beginset_filter_protocol(string [] logprof_names,ASMProtocolType [] filter_protocols, System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("set_filter_protocol", new object[] {
            logprof_names,
            filter_protocols}, callback, asyncState);
        }
ASMLoggingProfile