Szerkesztés

Megosztás a következőn keresztül:


IGrainLocator.Unregister(GrainAddress, UnregistrationCause) Method

Definition

Deregisters a grain address from the directory.

public System.Threading.Tasks.Task Unregister (Orleans.Runtime.GrainAddress address, Orleans.GrainDirectory.UnregistrationCause cause);
abstract member Unregister : Orleans.Runtime.GrainAddress * Orleans.GrainDirectory.UnregistrationCause -> System.Threading.Tasks.Task
Public Function Unregister (address As GrainAddress, cause As UnregistrationCause) As Task

Parameters

address
GrainAddress

The address to deregister.

cause
UnregistrationCause

The cause for deregistration.

Returns

A Task representing the work performed.

Applies to