add some new features in data service ...
This commit is contained in:
+10
-1
@@ -1,5 +1,14 @@
|
||||
using System.Threading;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace xPushService.Interfaces
|
||||
{
|
||||
public interface IXBaseHub
|
||||
{ }
|
||||
{
|
||||
Task SendCustomAction(
|
||||
string actionName,
|
||||
string payLoad,
|
||||
CancellationToken cancellationToken = default
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user