| RestServiceAddServiceBehavior Method |
Adds a service behavior to this instance
Namespace:
RestSrvr
Assembly:
RestSrvr (in RestSrvr.dll) Version: 3.0.481-alpha
Syntax public void AddServiceBehavior(
IServiceBehavior behavior
)
Public Sub AddServiceBehavior (
behavior As IServiceBehavior
)
public:
void AddServiceBehavior(
IServiceBehavior^ behavior
)
member AddServiceBehavior :
behavior : IServiceBehavior -> unit
Parameters
- behavior
- Type: RestSrvrIServiceBehavior
[Missing <param name="behavior"/> documentation for "M:RestSrvr.RestService.AddServiceBehavior(RestSrvr.IServiceBehavior)"]
See Also