Skip to main content
API Reference NianticSpatial.NSDK.GeoUploader

IFileUploadSession

Represents a session in which a file upload will be...

Declaration

public interface IFileUploadSession : IDisposable

Summary

Represents a session in which a file upload will be performed. This session is responsible for the actual upload work (through the GCS Uploader's IFileUploadClient) as well as raising events back to the caller to indicate upload progress and completion.


ON THIS PAGE