Proton DotNet
All Classes Namespaces Functions Variables Enumerations Enumerator Properties Pages
Public Member Functions | Static Public Attributes | Properties | List of all members
Apache.Qpid.Proton.Client.Utilities.IdGenerator Class Reference

Public Member Functions

 IdGenerator (string prefix)
 
string GenerateId ()
 Create and returns a new unique Id value from this generator using the configure prefix value for the returned Id. More...
 

Static Public Attributes

static readonly string DefaultPrefix = "ID:"
 

Properties

string Prefix = DefaultPrefix [get, set]
 Access the Prefix value that is used when creating new Ids from this generator More...
 

Member Function Documentation

◆ GenerateId()

string Apache.Qpid.Proton.Client.Utilities.IdGenerator.GenerateId ( )
inline

Create and returns a new unique Id value from this generator using the configure prefix value for the returned Id.

Returns

Property Documentation

◆ Prefix

string Apache.Qpid.Proton.Client.Utilities.IdGenerator.Prefix = DefaultPrefix
getset

Access the Prefix value that is used when creating new Ids from this generator


The documentation for this class was generated from the following file: