ServiceBusEnabledAgentBase<T, Q>
public ServiceBusEnabledAgentBase()
protected abstract void CreateError(string fullError, string message, int caseArtifactId, string source)
public abstract void HandleMessage(T message, IDictionary<string, object> messageProperties, IDictionary<string, object> additionalProperties = null)
protected void SendResponse(Q response, IDictionary<string, object> messageProperties = null, IDictionary<string, object> additionalProperties = null, int retries = 0)