Skip to content

OneWayAttribute

class

Namespace: Orleans.Concurrency

Indicates that a method on a grain interface is one-way and that no response message will be sent to the caller.
public sealed class OneWayAttribute : Attribute

Constructors