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

Beginadd_end_data_channel_element() public méthode

public Beginadd_end_data_channel_element ( string profiles, LocalLBProfileLogElementSequence elements, System callback, object asyncState ) : System.IAsyncResult
profiles string
elements LocalLBProfileLogElementSequence
callback System
asyncState object
Résultat System.IAsyncResult
        public System.IAsyncResult Beginadd_end_data_channel_element(string [] profiles,LocalLBProfileLogElementSequence [] elements, System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("add_end_data_channel_element", new object[] {
            profiles,
            elements}, callback, asyncState);
        }
LocalLBALGLogProfile