iControl.LocalLBALGLogProfile.Beginset_inbound_transaction_action C# (CSharp) Method

Beginset_inbound_transaction_action() public method

public Beginset_inbound_transaction_action ( string profiles, LocalLBProfileLogAction actions, System callback, object asyncState ) : System.IAsyncResult
profiles string
actions LocalLBProfileLogAction
callback System
asyncState object
return System.IAsyncResult
        public System.IAsyncResult Beginset_inbound_transaction_action(string [] profiles,LocalLBProfileLogAction [] actions, System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("set_inbound_transaction_action", new object[] {
            profiles,
            actions}, callback, asyncState);
        }
LocalLBALGLogProfile