FakeDisposableCallbackOuterService Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public:
FakeDisposableCallbackOuterService(Microsoft::Extensions::DependencyInjection::Specification::Fakes::IFakeService ^ singleService, System::Collections::Generic::IEnumerable<Microsoft::Extensions::DependencyInjection::Specification::Fakes::IFakeMultipleService ^> ^ multipleServices, Microsoft::Extensions::DependencyInjection::Specification::Fakes::FakeDisposeCallback ^ callback);
public FakeDisposableCallbackOuterService (Microsoft.Extensions.DependencyInjection.Specification.Fakes.IFakeService singleService, System.Collections.Generic.IEnumerable<Microsoft.Extensions.DependencyInjection.Specification.Fakes.IFakeMultipleService> multipleServices, Microsoft.Extensions.DependencyInjection.Specification.Fakes.FakeDisposeCallback callback);
new Microsoft.Extensions.DependencyInjection.Specification.Fakes.FakeDisposableCallbackOuterService : Microsoft.Extensions.DependencyInjection.Specification.Fakes.IFakeService * seq<Microsoft.Extensions.DependencyInjection.Specification.Fakes.IFakeMultipleService> * Microsoft.Extensions.DependencyInjection.Specification.Fakes.FakeDisposeCallback -> Microsoft.Extensions.DependencyInjection.Specification.Fakes.FakeDisposableCallbackOuterService
Public Sub New (singleService As IFakeService, multipleServices As IEnumerable(Of IFakeMultipleService), callback As FakeDisposeCallback)
Parameters
- singleService
- IFakeService
- multipleServices
- IEnumerable<IFakeMultipleService>
- callback
- FakeDisposeCallback
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.