iControl.LocalLBProfileAnalytics.Endget_captured_protocol C# (CSharp) Méthode

Endget_captured_protocol() public méthode

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