메소드 | 설명 | |
---|---|---|
SubstituteTokensInString ( DD.CBU.CaasDeploy.Library.Contracts.RuntimeContext runtimeContext, DD.CBU.CaasDeploy.Library.Contracts.TaskContext taskContext, string input ) : Task |
Substitutes the property tokens in the supplied string.
|
메소드 | 설명 | |
---|---|---|
SubstituteTokensInString ( string input, string>.IDictionary |
Substitutes the property tokens in the supplied string.
|
public SubstituteTokensInString ( DD.CBU.CaasDeploy.Library.Contracts.RuntimeContext runtimeContext, DD.CBU.CaasDeploy.Library.Contracts.TaskContext taskContext, string input ) : Task |
||
runtimeContext | DD.CBU.CaasDeploy.Library.Contracts.RuntimeContext | The runtime context. |
taskContext | DD.CBU.CaasDeploy.Library.Contracts.TaskContext | The task execution context. |
input | string | The input string. |
리턴 | Task |