Пример #1
0
 void IDisposable.Dispose()
 {
     _presenceSWord = 0;             // effectilvely reset it
     if (this.Headers != null)
     {
         this.Headers.Clear();
     }
     _deliveryMode = _priority = 0;
     _contentType  = _contentEncoding = _correlationId = null;
     _replyTo      = _expiration = _messageId = _type = null;
     _userId       = _appId = _clusterId = null;
     _timestamp    = null;
 }
		public void	ClearTimestamp()
		{
			_timestamp = null;
		}
Пример #3
0
 void IDisposable.Dispose()
 {
     _presenceSWord = 0; // effectilvely reset it
     if (this.Headers != null)
     {
         this.Headers.Clear();
     }
     _deliveryMode = _priority = 0;
     _contentType = _contentEncoding = _correlationId = null;
     _replyTo = _expiration = _messageId = _type = null;
     _userId = _appId = _clusterId = null;
     _timestamp = null;
 }