KlusterKite  0.0.0
A framework to create scalable and redundant services based on awesome Akka.Net project.
KlusterKite.Data.CRUD.IMessageWithExtraData Interface Reference

Message contains additional data, that should be returned with response (a was provided in request) More...

Inheritance diagram for KlusterKite.Data.CRUD.IMessageWithExtraData:
KlusterKite.Data.CRUD.ActionMessages.CollectionRequest< TObject > KlusterKite.Data.CRUD.ActionMessages.CrudActionMessage< TData, TId > KlusterKite.Data.CRUD.ActionMessages.CrudActionResponse< TData >

Properties

byte [] ExtraData [get, set]
 Gets or sets some extra data, that will be returned with the response More...
 

Detailed Description

Message contains additional data, that should be returned with response (a was provided in request)

Definition at line 17 of file IMessageWithExtraData.cs.

Property Documentation

◆ ExtraData

byte [] KlusterKite.Data.CRUD.IMessageWithExtraData.ExtraData
getset

Gets or sets some extra data, that will be returned with the response

Definition at line 23 of file IMessageWithExtraData.cs.


The documentation for this interface was generated from the following file: