IGrainFactory.DeleteObjectReference<TGrainObserverInterface> 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.
Deletes the provided object reference.
public System.Threading.Tasks.Task DeleteObjectReference<TGrainObserverInterface> (Orleans.IGrainObserver obj) where TGrainObserverInterface : Orleans.IGrainObserver;
public void DeleteObjectReference<TGrainObserverInterface> (Orleans.IGrainObserver obj) where TGrainObserverInterface : Orleans.IGrainObserver;
abstract member DeleteObjectReference : Orleans.IGrainObserver -> System.Threading.Tasks.Task (requires 'GrainObserverInterface :> Orleans.IGrainObserver)
abstract member DeleteObjectReference : Orleans.IGrainObserver -> unit (requires 'GrainObserverInterface :> Orleans.IGrainObserver)
Public Function DeleteObjectReference(Of TGrainObserverInterface As IGrainObserver) (obj As IGrainObserver) As Task
Public Sub DeleteObjectReference(Of TGrainObserverInterface As IGrainObserver) (obj As IGrainObserver)
Type Parameters
- TGrainObserverInterface
The specific IGrainObserver type of obj
.
Parameters
- obj
- IGrainObserver
The reference being deleted.
Returns
A Task representing the work performed.