C# Class DotNetWorkQueue.Transport.Redis.Basic.MessageID.GetRedisIncrId

Returns a new ID will no value; this will tell the LUA script to generate an ID
Inheritance: IGetMessageId
Mostra file Open project: blehnen/DotNetWorkQueue Class Usage Examples

Public Methods

Method Description
Create ( ) : IMessageId

Gets a new instance of IMessageId

The ID will have no value; LUA scripting will generate an Id when the record is added

Method Details

Create() public method

Gets a new instance of IMessageId
The ID will have no value; LUA scripting will generate an Id when the record is added
public Create ( ) : IMessageId
return IMessageId