PersistentStreamProvider.ParticipateIn<TLifecycle> Method
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 static Orleans.ILifecycleParticipant<TLifecycle> ParticipateIn<TLifecycle> (IServiceProvider serviceProvider, string name) where TLifecycle : Orleans.ILifecycleObservable;
static member ParticipateIn : IServiceProvider * string -> Orleans.ILifecycleParticipant<'Lifecycle (requires 'Lifecycle :> Orleans.ILifecycleObservable)> (requires 'Lifecycle :> Orleans.ILifecycleObservable)
Public Shared Function ParticipateIn(Of TLifecycle As ILifecycleObservable) (serviceProvider As IServiceProvider, name As String) As ILifecycleParticipant(Of TLifecycle)
Type Parameters
- TLifecycle
Parameters
- serviceProvider
- IServiceProvider
- name
- String
Returns
ILifecycleParticipant<TLifecycle>