Ejemplo n.º 1
0
            // ---------------- Constructor ----------------

            /// <summary>
            /// Constructor.
            /// </summary>
            /// <param name="exe">The event executor we are adding the context to.</param>
            public SyncContext(EventExecutor exe)
            {
                this.exe        = exe;
                this.asyncCount = 0;
            }