C# Class Samurai.SamuraiOptions

Represents connection options.
Mostra file Open project: FeeFighters/samurai-client-dotnet Class Usage Examples

Public Methods

Method Description
ReverseMerge ( SamuraiOptions options ) : SamuraiOptions

Merges this options with another. Properties of this options which are not null will not be merged (overrided).

Method Details

ReverseMerge() public method

Merges this options with another. Properties of this options which are not null will not be merged (overrided).
public ReverseMerge ( SamuraiOptions options ) : SamuraiOptions
options SamuraiOptions Options to merge with.
return SamuraiOptions