iControl.LocalLBProfileAnalytics.Beginset_remote_server_syslog_facility C# (CSharp) Method

Beginset_remote_server_syslog_facility() public method

public Beginset_remote_server_syslog_facility ( string profile_names, LocalLBProfileAnalyticsProfileLoggingFacility facilities, System callback, object asyncState ) : System.IAsyncResult
profile_names string
facilities LocalLBProfileAnalyticsProfileLoggingFacility
callback System
asyncState object
return System.IAsyncResult
        public System.IAsyncResult Beginset_remote_server_syslog_facility(string [] profile_names,LocalLBProfileAnalyticsProfileLoggingFacility [] facilities, System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("set_remote_server_syslog_facility", new object[] {
            profile_names,
            facilities}, callback, asyncState);
        }
LocalLBProfileAnalytics