C# 클래스 Samurai.SamuraiOptions

Represents connection options.
파일 보기 프로젝트 열기: FeeFighters/samurai-client-dotnet 1 사용 예제들

공개 메소드들

메소드 설명
ReverseMerge ( SamuraiOptions options ) : SamuraiOptions

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

메소드 상세

ReverseMerge() 공개 메소드

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.
리턴 SamuraiOptions