다음을 통해 공유


OneWayAttribute 클래스

정의

조직 인터페이스의 메서드가 단방향이며 호출자에게 응답 메시지가 전송되지 않음을 나타냅니다.

[System.AttributeUsage(System.AttributeTargets.Method)]
public sealed class OneWayAttribute : Attribute
[System.AttributeUsage(System.AttributeTargets.Method)]
[Orleans.InvokableCustomInitializer("AddInvokeMethodOptions", Orleans.CodeGeneration.InvokeMethodOptions.OneWay)]
public sealed class OneWayAttribute : Attribute
[<System.AttributeUsage(System.AttributeTargets.Method)>]
type OneWayAttribute = class
    inherit Attribute
[<System.AttributeUsage(System.AttributeTargets.Method)>]
[<Orleans.InvokableCustomInitializer("AddInvokeMethodOptions", Orleans.CodeGeneration.InvokeMethodOptions.OneWay)>]
type OneWayAttribute = class
    inherit Attribute
Public NotInheritable Class OneWayAttribute
Inherits Attribute
상속
OneWayAttribute
특성

생성자

OneWayAttribute()

조직 인터페이스의 메서드가 단방향이며 호출자에게 응답 메시지가 전송되지 않음을 나타냅니다.

적용 대상