iControl.LocalLBProfileRequestAdapt.Beginget_service_down_action C# (CSharp) Méthode

Beginget_service_down_action() public méthode

public Beginget_service_down_action ( string profile_names, System callback, object asyncState ) : System.IAsyncResult
profile_names string
callback System
asyncState object
Résultat System.IAsyncResult
        public System.IAsyncResult Beginget_service_down_action(string [] profile_names, System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("get_service_down_action", new object[] {
            profile_names}, callback, asyncState);
        }
LocalLBProfileRequestAdapt