Definition
Assembly: CloudNimble.SimpleMessageBus.Dispatch.FileSystem.dll Namespace: CloudNimble.SimpleMessageBus.Dispatch.Triggers Inheritance: System.AttributeSyntax
Summary
Attribute used to bind a parameter to a file.Remarks
The method parameter type can be one of the following:Constructors
.ctor
Constructs a new instance.Syntax
Parameters
| Name | Type | Description |
|---|---|---|
path | string | The file path to bind to. |
access | System.IO.FileAccess | The FileAccess to use. |
.ctor
Constructs a new instance.Syntax
Parameters
| Name | Type | Description |
|---|---|---|
path | string | The file path to bind to. |
access | System.IO.FileAccess | The FileAccess to use. |
mode | System.IO.FileMode | The FileMode to use. |
Properties
Access
Gets he FileAccess to use.Syntax
Property Value
Type:System.IO.FileAccess
Mode
Gets the FileMode to use.Syntax
Property Value
Type:System.IO.FileMode
Path
Gets the file path.Syntax
Property Value
Type:string