ModuleServiceMethodAttribute Class

Definition

Marks a method on a ModuleService object as directly callable by the client.

public ref class ModuleServiceMethodAttribute sealed : Attribute
[System.AttributeUsage(System.AttributeTargets.Method)]
public sealed class ModuleServiceMethodAttribute : Attribute
type ModuleServiceMethodAttribute = class
    inherit Attribute
Public NotInheritable Class ModuleServiceMethodAttribute
Inherits Attribute
Inheritance
ModuleServiceMethodAttribute
Attributes

Constructors

ModuleServiceMethodAttribute()

Initializes a new instance of the ModuleServiceMethodAttribute class.

Properties

PassThrough

Gets or sets a value indicating whether a module service method is directly callable by the client.

Applies to