FileSender Class
Sends a message to an output file.
Assembly: Microsoft.ConfigurationManagement.Messaging (in Microsoft.ConfigurationManagement.Messaging.dll)
| Name | Description | |
|---|---|---|
![]() | FileSender() | Initializes a new instance of the FileSender class. |
![]() | FileSender(String^) | Initializes a new instance of the FileSender class. |
| Name | Description | |
|---|---|---|
![]() ![]() | DefaultOutputPath | Gets or sets the default output directory for files. The default value is %TEMP%. |
![]() ![]() | DefaultOutputSuffix | Gets or sets the default output file suffix. The default value is .msg. |
![]() | OutputFilePath | Gets the output file name for files. This property supersedes OutputPath and OutputSuffix. |
![]() | OutputPath | Gets or sets the output path for files. If this property is not set, the default value defined in DefaultOutputPath is uesd. |
![]() | OutputSuffix | Gets or sets the output suffix for files. If this property is not set, the default value defined in DefaultOutputSuffix is used. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | SendAsync(IMessage^) | Sends a message but doesn't receive a reply asynchronously. |
![]() | SendSync(IMessage^) | Sends a message and retrieves the reply synchronously. |
![]() | ToString() | (Inherited from Object.) |
| Name | Description | |
|---|---|---|
![]() | OnReceived | |
![]() | OnSend |
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.



