.NET - Topic()

Creates a new Topic.

using Nitric.Sdk;
var updates = Nitric.Topic("updates");
Nitric.Run();

Parameters

  • Name
    name
    Required
    Required
    Type
    string
    Description

    The name of the topic to create.

Examples

Create a new topic

using Nitric.Sdk;
var updates = Nitric.Topic("updates");
Nitric.Run();

See also

Last updated on Jan 14, 2025