iControl.LocalLBRateClass.Endcreate_queueing_method C# (CSharp) Méthode

Endcreate_queueing_method() public méthode

public Endcreate_queueing_method ( System asyncResult ) : void
asyncResult System
Résultat void
        public void Endcreate_queueing_method(System.IAsyncResult asyncResult)
        {
            object [] results = this.EndInvoke(asyncResult);
        }
LocalLBRateClass