Edit

Share via


IGrainDirectory.Unregister Method

Definition

Overloads

Unregister(GrainAddress)

Unregister a GrainAddress entry in the directory.

Unregister(GrainAddress)

Unregisters the specified GrainAddress entry from the directory.

Unregister(GrainAddress)

Source:
IGrainDirectory.cs

Unregister a GrainAddress entry in the directory.

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

Parameters

address
GrainAddress

The GrainAddress to unregister

Returns

Applies to

Unregister(GrainAddress)

Unregisters the specified GrainAddress entry from the directory.

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

Parameters

address
GrainAddress

The GrainAddress to unregister.

Returns

A Task representing the operation.

Applies to