[This is preliminary documentation and is subject to change.]
Defines how event body should be invoked
Namespace: NFX.TimeAssembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
[ExternalParameterAttribute(new string[] { ... })]
[ConfigAttribute]
public virtual EventBodyAsyncModel BodyAsyncModel { get; set; }
[ExternalParameterAttribute(new string[] { ... })]
[ConfigAttribute]
public virtual EventBodyAsyncModel BodyAsyncModel { get; set; }
<ExternalParameterAttribute(New String() { ... })>
<ConfigAttribute>
Public Overridable Property BodyAsyncModel As EventBodyAsyncModel
Get
Set
<ExternalParameterAttribute(New String() { ... })>
<ConfigAttribute>
Public Overridable Property BodyAsyncModel As EventBodyAsyncModel
Get
Set
public:
[ExternalParameterAttribute(__gc new array<String^>^ { ... })]
[ConfigAttribute]
virtual property EventBodyAsyncModel BodyAsyncModel {
EventBodyAsyncModel get ();
void set (EventBodyAsyncModel value);
}
public:
[ExternalParameterAttribute(__gc new array<String^>^ { ... })]
[ConfigAttribute]
virtual property EventBodyAsyncModel BodyAsyncModel {
EventBodyAsyncModel get ();
void set (EventBodyAsyncModel value);
}
[<ExternalParameterAttribute(new string[] { ... })>]
[<ConfigAttribute>]
abstract BodyAsyncModel : EventBodyAsyncModel with get, set
[<ExternalParameterAttribute(new string[] { ... })>]
[<ConfigAttribute>]
override BodyAsyncModel : EventBodyAsyncModel with get, set
[<ExternalParameterAttribute(new string[] { ... })>]
[<ConfigAttribute>]
abstract BodyAsyncModel : EventBodyAsyncModel with get, set
[<ExternalParameterAttribute(new string[] { ... })>]
[<ConfigAttribute>]
override BodyAsyncModel : EventBodyAsyncModel with get, set
Property Value
Type:
EventBodyAsyncModel