C# Class Microsoft.WindowsAzure.Samples.CloudServices.Storage.RouteExtensions

Show file Open project: WindowsAzure-Toolkits/wa-toolkit-wp-nugets

Public Methods

Method Description
MapQueuesProxyServiceRoute ( this routes, string prefix ) : void
MapSasServiceRoute ( this routes, string prefix ) : void
MapTablesProxyServiceRoute ( this routes, string prefix ) : void

Method Details

MapQueuesProxyServiceRoute() public static method

public static MapQueuesProxyServiceRoute ( this routes, string prefix ) : void
routes this
prefix string
return void

MapSasServiceRoute() public static method

public static MapSasServiceRoute ( this routes, string prefix ) : void
routes this
prefix string
return void

MapTablesProxyServiceRoute() public static method

public static MapTablesProxyServiceRoute ( this routes, string prefix ) : void
routes this
prefix string
return void