Skip to content

Instantly share code, notes, and snippets.

View agilejon's full-sized avatar

Jon Dokulil agilejon

  • Cincinnati, OH
View GitHub Profile
public abstract class BifrostCommand<TArgs, TResult> : Command<TResult>
{
private readonly TArgs _arguments;
private readonly string _path;
public BifrostCommand(GroupKey isolationKey, TArgs arguments, string servicePath)
: base(isolationKey, TimeSpan.FromMilliseconds(15000)) // TODO make a constant available?
{
_arguments = arguments;
_path = servicePath;
@agilejon
agilejon / SnsMessage.cs
Created August 1, 2014 00:22
C# representation of an SNS message
/// <summary>
/// This is the C# representation of an SNS message. Its property names should not be modified unless AWS changes their spec.
/// </summary>
public sealed class SnsMessage
{
#region Properties that apply to both Subscription Confirmation and Notification messages
public string Message { get; set; }

Backpacking 101

affordable, light weight, comfortable - pick two.

Backpacking CAN be super expensive but it doesn't have to be. If it's your first time ever then consider renting or borrow from your friends or family.

Equipment

  • Backpack