ProfileSendFileContents(String, ProgressMonitor) Method
|
This method is not valid for a profile.
Namespace: Zebra.Sdk.DeviceAssembly: SdkApi.Core (in SdkApi.Core.dll) Version: 3.0.3271
Syntax public void SendFileContents(
string filePath,
ProgressMonitor handler
)
Public Sub SendFileContents (
filePath As String,
handler As ProgressMonitor
)
public:
virtual void SendFileContents(
String^ filePath,
ProgressMonitor^ handler
) sealed
Parameters
- filePath String
- Path to the file containing the data to send.
- handler ProgressMonitor
- Progress monitor callback handler.
Implements
FileUtilSendFileContents(String, ProgressMonitor)Exceptions See Also