iControl.LocalLBProfileAnalytics.Beginset_external_logging_publisher C# (CSharp) Method

Beginset_external_logging_publisher() public method

public Beginset_external_logging_publisher ( string profile_names, LocalLBProfileString publishers, System callback, object asyncState ) : System.IAsyncResult
profile_names string
publishers LocalLBProfileString
callback System
asyncState object
return System.IAsyncResult
        public System.IAsyncResult Beginset_external_logging_publisher(string [] profile_names,LocalLBProfileString [] publishers, System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("set_external_logging_publisher", new object[] {
            profile_names,
            publishers}, callback, asyncState);
        }
LocalLBProfileAnalytics