コード例 #1
0
        /// <summary>
        /// Implementation of message sending.
        /// </summary>

        void AsyncProcessor.IAsyncTask.Process()
        {
            _listener.OnItemUpdated(_key, _operationContext, _eventContext);
        }
コード例 #2
0
 void IAsyncTask.Process()
 {
     _listener.OnItemUpdated(_key, _operationContext);
 }