Skip to content

Instantly share code, notes, and snippets.

@luiscubal
Created November 19, 2013 16:28
Show Gist options
  • Select an option

  • Save luiscubal/7548131 to your computer and use it in GitHub Desktop.

Select an option

Save luiscubal/7548131 to your computer and use it in GitHub Desktop.
Starting new resolver for foo.ContinueWith (precedent => {
Console.WriteLine (precedent.IsFaulted);
})
ResolveResult is [CSharpInvocationResolveResult [Method System.Threading.Tasks.Task.ContinueWith(continuationAction:System.Action`2[[System.Threading.Tasks.Task],[System.Object]], state:System.Object):System.Threading.Tasks.Task]]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment