iControl.LocalLBALGLogProfile.Beginget_inbound_transaction_action C# (CSharp) 메소드

Beginget_inbound_transaction_action() 공개 메소드

public Beginget_inbound_transaction_action ( string profiles, System callback, object asyncState ) : System.IAsyncResult
profiles string
callback System
asyncState object
리턴 System.IAsyncResult
        public System.IAsyncResult Beginget_inbound_transaction_action(string [] profiles, System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("get_inbound_transaction_action", new object[] {
            profiles}, callback, asyncState);
        }
LocalLBALGLogProfile