iControl.LocalLBProfileRequestLogging.Endget_response_protocol C# (CSharp) Method

Endget_response_protocol() public method

public Endget_response_protocol ( System asyncResult ) : iControl.LocalLBProfileRequestLoggingProfileProtocol[]
asyncResult System
return iControl.LocalLBProfileRequestLoggingProfileProtocol[]
        public LocalLBProfileRequestLoggingProfileProtocol[] Endget_response_protocol(System.IAsyncResult asyncResult)
        {
            object [] results = this.EndInvoke(asyncResult);
            return ((LocalLBProfileRequestLoggingProfileProtocol [])(results[0]));
        }
LocalLBProfileRequestLogging