iControl.LocalLBProfileAnalytics.Endget_captured_protocol C# (CSharp) Method

Endget_captured_protocol() public method

public Endget_captured_protocol ( System asyncResult ) : LocalLBProfileAnalyticsCapturedProtocol[][]
asyncResult System
return LocalLBProfileAnalyticsCapturedProtocol[][]
        public LocalLBProfileAnalyticsCapturedProtocol[][] Endget_captured_protocol(System.IAsyncResult asyncResult)
        {
            object [] results = this.EndInvoke(asyncResult);
            return ((LocalLBProfileAnalyticsCapturedProtocol [] [])(results[0]));
        }
LocalLBProfileAnalytics