Table of Contents

Interface Activity

Namespace
MassTransit.Courier.Contracts
Assembly
MassTransit.Abstractions.dll
public interface Activity

Properties

Address

Uri Address { get; }

Property Value

Uri

Arguments

IDictionary<string, object> Arguments { get; }

Property Value

IDictionary<string, object>

Name

string Name { get; }

Property Value

string