LifecycleSubject.Subscribe(String, Int32, ILifecycleObserver) 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 virtual IDisposable Subscribe (string observerName, int stage, Orleans.ILifecycleObserver observer);
abstract member Subscribe : string * int * Orleans.ILifecycleObserver -> IDisposable
override this.Subscribe : string * int * Orleans.ILifecycleObserver -> IDisposable
Public Overridable Function Subscribe (observerName As String, stage As Integer, observer As ILifecycleObserver) As IDisposable
Parameters
- observerName
- String
- stage
- Int32
- observer
- ILifecycleObserver