示例#1
0
 /// <summary>
 /// Initializes a new instance of the <see cref="AsyncHostHandler"/> class.
 /// </summary>
 /// <param name="asyncService">The asynchronous service.</param>
 public AsyncHostHandler(AsyncService asyncService)
 {
     this._operationFactory = new AsyncOperationCommandFactory(asyncService);
 }
 internal static IServiceBehavior CreateBehaviors(AsyncService service)
 {
     return new FaultToleranceBehavior(service);
 }