iControl.LocalLBVirtualAddressV2.Beginget_status_dependency_scope C# (CSharp) Méthode

Beginget_status_dependency_scope() public méthode

public Beginget_status_dependency_scope ( string virtual_addresses, System callback, object asyncState ) : System.IAsyncResult
virtual_addresses string
callback System
asyncState object
Résultat System.IAsyncResult
        public System.IAsyncResult Beginget_status_dependency_scope(string [] virtual_addresses, System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("get_status_dependency_scope", new object[] {
            virtual_addresses}, callback, asyncState);
        }
LocalLBVirtualAddressV2