iControl.SystemSession.Endset_dtd_processing_state C# (CSharp) Method

Endset_dtd_processing_state() public method

public Endset_dtd_processing_state ( System asyncResult ) : void
asyncResult System
return void
        public void Endset_dtd_processing_state(System.IAsyncResult asyncResult)
        {
            object [] results = this.EndInvoke(asyncResult);
        }
SystemSession