iControl.LocalLBProfileHttp.Endget_passthrough_unknown_method_mode C# (CSharp) Method

Endget_passthrough_unknown_method_mode() public method

public Endget_passthrough_unknown_method_mode ( System asyncResult ) : LocalLBProfileHttpProfilePassthroughMode[]
asyncResult System
return LocalLBProfileHttpProfilePassthroughMode[]
        public LocalLBProfileHttpProfilePassthroughMode[] Endget_passthrough_unknown_method_mode(System.IAsyncResult asyncResult)
        {
            object [] results = this.EndInvoke(asyncResult);
            return ((LocalLBProfileHttpProfilePassthroughMode [])(results[0]));
        }
LocalLBProfileHttp