Enum InteractionStyle
Describes whether a relationship happens synchronously or asynchronously.
public enum InteractionStyle
Fields
Asynchronous = 1The source and destination are decoupled in time.
Synchronous = 0The source waits for the destination to complete the interaction.