Udostępnij za pośrednictwem


LargeFileUploadTask<T>.UpdateSessionStatusAsync Method

Definition

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.

Applies to