IProjection Interface
Namespace: Hazelcast.Projection
Assembly: Hazelcast.Net.dll
Transform an object into another object.
public interface IProjection
Remarks
Only 1-to-1 projections are allowed. Use an IAggregator<TResult> to perform n-to-1 or n-to-n projections.
Projections must have a server-side counterpart.