iControl.LocalLBProfileAnalytics.Endget_remote_server_syslog_facility C# (CSharp) Method

Endget_remote_server_syslog_facility() public method

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