iControl.LocalLBProfileAnalytics.Endget_external_logging_publisher C# (CSharp) Method

Endget_external_logging_publisher() public method

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