iControl.LogIPFIXInformationElement.Beginget_data_type_size C# (CSharp) 메소드

Beginget_data_type_size() 공개 메소드

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