Protected Overrides Function CreateApplicationKey(context As IEvaluationContext, arguments As IArguments) As String
Throw New NotImplementedException()
End Function
Protected Overrides Function CreateApplication(context As IEvaluationContext, arguments As IArguments) As AsyncApplication
Throw New NotImplementedException()
End Function |