8000 GitHub - daprlabs/Orleans.Owin: Microsoft Project Orleans middleware for OWIN
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

daprlabs/Orleans.Owin

Repository files navigation

Orleans.Owin

Microsoft Project Orleans initialization middleware for OWIN.

Usage is easy, simply insert the Orleans middleware into your OWIN pipeline using the ConfigureOrleans() extension method attached to IAppBuilder, in the Orleans.Owin namespace.

public class Startup
{
  public void Configuration(IAppBuilder app)
  {
      app.ConfigureOrleans();
  }
}

There are overloads for explicitly providing configuration, otherwise configuration will be sourced from the standard ClientConfiguration.xml file.

About

Microsoft Project Orleans middleware for OWIN

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages

0