iControl.LocalLBProfileAnalytics.Endget_remote_server_syslog_facility C# (CSharp) Метод

Endget_remote_server_syslog_facility() публичный Метод

public Endget_remote_server_syslog_facility ( System asyncResult ) : LocalLBProfileAnalyticsProfileLoggingFacility[]
asyncResult System
Результат LocalLBProfileAnalyticsProfileLoggingFacility[]
        public LocalLBProfileAnalyticsProfileLoggingFacility[] Endget_remote_server_syslog_facility(System.IAsyncResult asyncResult)
        {
            object [] results = this.EndInvoke(asyncResult);
            return ((LocalLBProfileAnalyticsProfileLoggingFacility [])(results[0]));
        }
LocalLBProfileAnalytics