Click or drag to resize

ScheduleAdaptorToApiSchedule Method

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

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

Parameters

schedule
Type: SolidFire.Element.ApiSchedule

Return Value

Type: ApiSchedule

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type Schedule. 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