iControl.LogIPFIXInformationElement.Beginget_element_id C# (CSharp) Method

Beginget_element_id() public method

public Beginget_element_id ( string elements, LogIPFIXInformationElementDefinitionSource definition_sources, System callback, object asyncState ) : System.IAsyncResult
elements string
definition_sources LogIPFIXInformationElementDefinitionSource
callback System
asyncState object
return System.IAsyncResult
        public System.IAsyncResult Beginget_element_id(string [] elements,LogIPFIXInformationElementDefinitionSource [] definition_sources, System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("get_element_id", new object[] {
            elements,
            definition_sources}, callback, asyncState);
        }