DefaultGrainActivator.Release(IGrainActivationContext, Object) 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.
Releases a controller.
public virtual void Release (Orleans.Runtime.IGrainActivationContext context, object grain);
abstract member Release : Orleans.Runtime.IGrainActivationContext * obj -> unit
override this.Release : Orleans.Runtime.IGrainActivationContext * obj -> unit
Public Overridable Sub Release (context As IGrainActivationContext, grain As Object)
Parameters
- context
- IGrainActivationContext
The IGrainActivationContext for the executing action.
- grain
- Object
The grain to release.