Skip to content

Instantly share code, notes, and snippets.

@chamook
Created August 27, 2018 13:53
Show Gist options
  • Select an option

  • Save chamook/dc3bd987da1c6cb55cde0b470ba8f241 to your computer and use it in GitHub Desktop.

Select an option

Save chamook/dc3bd987da1c6cb55cde0b470ba8f241 to your computer and use it in GitHub Desktop.
public interface IConfigurationProvider
{
int TimeoutSeconds { get; }
Uri Endpoint { get; }
int RetryCount { get; }
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment