iControl.SystemVCMP.Endget_all_prompt_statistics C# (CSharp) Method

Endget_all_prompt_statistics() public method

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