메소드 | 설명 | |
---|---|---|
HystrixCommandKey ( |
Initializes a new instance of the HystrixCommandKey class based on the type of the command. This used to create default command keys for unnamed commands.
|
|
HystrixCommandKey ( string name ) : System |
Initializes a new instance of the HystrixCommandKey class.
|
메소드 | 설명 | |
---|---|---|
GetDefaultNameForCommandType ( |
Gets the default name for a command type.
|
public HystrixCommandKey ( |
||
commandType | The type of the command. | |
리턴 | System |
public HystrixCommandKey ( string name ) : System | ||
name | string | The name of the command key. |
리턴 | System |