LargeFileUploadTask<T>.UpdateSessionStatusAsync Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Get the status of the session. Stores returned session internally. Updates internal list of ranges remaining to be uploaded (according to the server).
public System.Threading.Tasks.Task<Microsoft.Graph.IUploadSession> UpdateSessionStatusAsync ();
member this.UpdateSessionStatusAsync : unit -> System.Threading.Tasks.Task<Microsoft.Graph.IUploadSession>
Public Function UpdateSessionStatusAsync () As Task(Of IUploadSession)
Returns
IUploadSession> returned by the server.