Lists teams to which the authenticated user belongs.
Namespace:
SparkSDK
Assembly:
SparkSDK (in SparkSDK.dll) Version: 0.1.0.0 (0.1.0.0)
Syntax public void List(
Nullable<int> max,
Action<SparkApiEventArgs<List<Team>>> completionHandler
)
Parameters
- max
- Type: SystemNullableInt32
The maximum number of teams in the response. if null, list all teams. - completionHandler
- Type: SystemActionSparkApiEventArgsListTeam
The completion event handler.
Remarks Since: 0.1.0
See Also