iControl.LocalLBALGLogProfile.Endget_inbound_transaction_action C# (CSharp) Méthode

Endget_inbound_transaction_action() public méthode

public Endget_inbound_transaction_action ( System asyncResult ) : iControl.LocalLBProfileLogAction[]
asyncResult System
Résultat iControl.LocalLBProfileLogAction[]
        public LocalLBProfileLogAction[] Endget_inbound_transaction_action(System.IAsyncResult asyncResult)
        {
            object [] results = this.EndInvoke(asyncResult);
            return ((LocalLBProfileLogAction [])(results[0]));
        }
LocalLBALGLogProfile