메소드 | 설명 | |
---|---|---|
GetInAccountName ( this bus ) : AccountName | ||
GetInProfileName ( this bus ) : ProfileName | ||
GetInSagaId ( this bus ) : System.Guid | ||
GetOutAccountName ( this bus ) : AccountName | ||
GetOutProfileName ( this bus ) : ProfileName | ||
GetOutSagaId ( this bus ) : System.Guid | ||
SetIn ( this bus, AccountName accountName ) : void | ||
SetIn ( this bus, ProfileName profileName ) : void | ||
SetInSagaId ( this bus, System.Guid sagaId ) : void | ||
SetOut ( this bus, AccountName account ) : void | ||
SetOut ( this bus, ProfileName profileName ) : void | ||
SetOutSagaId ( this bus, System.Guid sagaId ) : void |
메소드 | 설명 | |
---|---|---|
ConvertToAccountName ( string name ) : AccountName | ||
GetSagaId ( string>.IDictionary |
public static GetInAccountName ( this bus ) : AccountName | ||
bus | this | |
리턴 | AccountName |
public static GetInProfileName ( this bus ) : ProfileName | ||
bus | this | |
리턴 | ProfileName |
public static GetInSagaId ( this bus ) : System.Guid | ||
bus | this | |
리턴 | System.Guid |
public static GetOutAccountName ( this bus ) : AccountName | ||
bus | this | |
리턴 | AccountName |
public static GetOutProfileName ( this bus ) : ProfileName | ||
bus | this | |
리턴 | ProfileName |
public static GetOutSagaId ( this bus ) : System.Guid | ||
bus | this | |
리턴 | System.Guid |
public static SetIn ( this bus, AccountName accountName ) : void | ||
bus | this | |
accountName | AccountName | |
리턴 | void |
public static SetIn ( this bus, ProfileName profileName ) : void | ||
bus | this | |
profileName | ProfileName | |
리턴 | void |
public static SetInSagaId ( this bus, System.Guid sagaId ) : void | ||
bus | this | |
sagaId | System.Guid | |
리턴 | void |
public static SetOut ( this bus, AccountName account ) : void | ||
bus | this | |
account | AccountName | |
리턴 | void |
public static SetOut ( this bus, ProfileName profileName ) : void | ||
bus | this | |
profileName | ProfileName | |
리턴 | void |
public static SetOutSagaId ( this bus, System.Guid sagaId ) : void | ||
bus | this | |
sagaId | System.Guid | |
리턴 | void |