WebexClient.GetSpacesAsync 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 Spaces List
public virtual System.Threading.Tasks.Task<Azure.Connectors.Sdk.Webex.Models.GetSpacesResponse> GetSpacesAsync(int? maxResults = default, string typeOfSpace = default, string sortBy = default, System.Threading.CancellationToken cancellationToken = default);
abstract member GetSpacesAsync : Nullable<int> * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Connectors.Sdk.Webex.Models.GetSpacesResponse>
override this.GetSpacesAsync : Nullable<int> * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Connectors.Sdk.Webex.Models.GetSpacesResponse>
Public Overridable Function GetSpacesAsync (Optional maxResults As Nullable(Of Integer) = Nothing, Optional typeOfSpace As String = Nothing, Optional sortBy As String = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of GetSpacesResponse)
Parameters
- typeOfSpace
- String
Type of space
- sortBy
- String
Sort By
- cancellationToken
- CancellationToken
Cancellation token.
Returns
The Get Spaces List response.
Remarks
This action retrieves a list of spaces