Interface ITopicControlRemovalContextCallback<TContext>
The contextual callback interface for topic remove requests.
Inherited Members
Namespace: PushTechnology.ClientInterface.Client.Features.Control.Topics
Assembly: Diffusion.Client.dll
Syntax
public interface ITopicControlRemovalContextCallback<in TContext> : IContextCallback<TContext>
Type Parameters
Name | Description |
---|---|
TContext | The context type. |
Remarks
Use this alternative to ITopicControlRemovalCallback to associate some arbitrary context with each call.
Methods
OnTopicsRemoved(TContext)
Called to indicate that the requested remove operation has been actioned at the server.
Declaration
void OnTopicsRemoved(TContext context)
Parameters
Type | Name | Description |
---|---|---|
TContext | context | The context object the application supplied when making the call or |
Remarks
This does not mean that all intended topics have actually been removed. For example, if the caller did not have sufficient permissions to remove the topic(s).