IGrainDirectory.Unregister 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.
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.