GetCompletionSourceMethodNameAttribute
class
Namespace: Orleans
Applied to method attributes on invokable interfaces to specify the name of the method to call to get a completion source which is submitted to the submit method and eventually returned to the caller.
public sealed class GetCompletionSourceMethodNameAttribute : AttributeConstructors
GetCompletionSourceMethodNameAttribute(string)Initializes a new instance of theGetCompletionSourceMethodNameAttributeclass.
Properties
MethodNameGets the name of the method used to get a completion source for requests submitted to the runtime.
