iControl.SystemVCMP.Endget_all_prompt_statistics C# (CSharp) 메소드

Endget_all_prompt_statistics() 공개 메소드

public Endget_all_prompt_statistics ( System asyncResult ) : SystemVCMPVCMPPromptStatistics
asyncResult System
리턴 SystemVCMPVCMPPromptStatistics
        public SystemVCMPVCMPPromptStatistics Endget_all_prompt_statistics(System.IAsyncResult asyncResult)
        {
            object [] results = this.EndInvoke(asyncResult);
            return ((SystemVCMPVCMPPromptStatistics)(results[0]));
        }
SystemVCMP