Table of Contents

Enum InteractionStyle

Namespace
C4.Net
Assembly
C4.Net.Core.dll

Describes whether a relationship happens synchronously or asynchronously.

public enum InteractionStyle

Fields

Asynchronous = 1

The source and destination are decoupled in time.

Synchronous = 0

The source waits for the destination to complete the interaction.