RequestBase.AddInvokeMethodOptions(InvokeMethodOptions) Method

Definition

Incorporates the provided invocation options.

public void AddInvokeMethodOptions (Orleans.CodeGeneration.InvokeMethodOptions options);
abstract member AddInvokeMethodOptions : Orleans.CodeGeneration.InvokeMethodOptions -> unit
override this.AddInvokeMethodOptions : Orleans.CodeGeneration.InvokeMethodOptions -> unit
Public Sub AddInvokeMethodOptions (options As InvokeMethodOptions)

Parameters

options
InvokeMethodOptions

The options.

Implements

Applies to