Table of Contents

Interface INewIdGenerator

Namespace
MassTransit
Assembly
MassTransit.Abstractions.dll
public interface INewIdGenerator

Methods

Next()

NewId Next()

Returns

NewId

Next(NewId[], int, int)

ArraySegment<NewId> Next(NewId[] ids, int index, int count)

Parameters

ids NewId[]
index int
count int

Returns

ArraySegment<NewId>

NextGuid()

Guid NextGuid()

Returns

Guid

NextSequentialGuid()

Guid NextSequentialGuid()

Returns

Guid