iControl.LocalLBProfileHttp.Beginset_passthrough_unknown_method_mode C# (CSharp) Method

Beginset_passthrough_unknown_method_mode() public method

public Beginset_passthrough_unknown_method_mode ( string profile_names, LocalLBProfileHttpProfilePassthroughMode modes, System callback, object asyncState ) : System.IAsyncResult
profile_names string
modes LocalLBProfileHttpProfilePassthroughMode
callback System
asyncState object
return System.IAsyncResult
        public System.IAsyncResult Beginset_passthrough_unknown_method_mode(string [] profile_names,LocalLBProfileHttpProfilePassthroughMode [] modes, System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("set_passthrough_unknown_method_mode", new object[] {
            profile_names,
            modes}, callback, asyncState);
        }
LocalLBProfileHttp