iControl.LocalLBProfileRequestLogging.Endget_request_secondary_protocol C# (CSharp) Method

Endget_request_secondary_protocol() public method

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