C# Class NServiceBus.Sagas.SagaCorrelationProperty

The property that this saga is correlated on.
显示文件 Open project: Particular/NServiceBus Class Usage Examples

Public Methods

Method Description
SagaCorrelationProperty ( string name, object value )

Initializes the correlation property.

Method Details

SagaCorrelationProperty() public method

Initializes the correlation property.
public SagaCorrelationProperty ( string name, object value )
name string
value object