Click or drag to resize

ScheduleAdaptorToSchedule Method

[Missing <summary> documentation for "M:SolidFire.SDK.Adaptor.ScheduleAdaptor.ToSchedule(SolidFire.Element.Api.ApiSchedule)"]

Namespace:  SolidFire.SDK.Adaptor
Assembly:  SolidFire.SDK (in SolidFire.SDK.dll) Version: 12.3.0.0
Syntax
C#
public static Schedule ToSchedule(
	this ApiSchedule api
)

Parameters

api
Type: SolidFire.Element.ApiApiSchedule

Return Value

Type: Schedule

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type ApiSchedule. When you use instance method syntax to call this method, omit the first parameter. For more information, see Extension Methods (Visual Basic) or Extension Methods (C# Programming Guide).
See Also