Back to product page

RemoteClose method


Closes remote file.

Type

Void

Syntax

  • C#
  • VB.NET
public Void RemoteClose();

public Sub RemoteClose()

Remarks

The RemoteClose method closes file previously opened with RemoteOpen method. After RemoteClose method is called, you should not use RemoteRead or RemoteWrite methods anymore. However, you can open new file using RemoteOpen and repeat read/write process.

Platforms

Windows