[This is preliminary documentation and is subject to change.]

[Missing <summary> documentation for "M:Facebook.Api.Controllers.EventsController.Get(System.Int64,System.String,System.Int64,System.Int64)"]

Namespace:  Facebook.Api.Controllers
Assembly:  Facebook (in Facebook.dll) Version: 0.2009.4.13 (0.2009.4.13)

Syntax

C#
public FacebookResponse<FacebookList<Event>> Get(
	long uid,
	string rsvpStatus,
	long startTime,
	long endTime
)
Visual Basic (Declaration)
Public Function Get ( _
	uid As Long, _
	rsvpStatus As String, _
	startTime As Long, _
	endTime As Long _
) As FacebookResponse(Of FacebookList(Of Event))
Visual C++
public:
FacebookResponse<FacebookList<Event^>^>^ Get(
	long long uid, 
	String^ rsvpStatus, 
	long long startTime, 
	long long endTime
)

Parameters

uid
Type: System..::.Int64

[Missing <param name="uid"/> documentation for "M:Facebook.Api.Controllers.EventsController.Get(System.Int64,System.String,System.Int64,System.Int64)"]

rsvpStatus
Type: System..::.String

[Missing <param name="rsvpStatus"/> documentation for "M:Facebook.Api.Controllers.EventsController.Get(System.Int64,System.String,System.Int64,System.Int64)"]

startTime
Type: System..::.Int64

[Missing <param name="startTime"/> documentation for "M:Facebook.Api.Controllers.EventsController.Get(System.Int64,System.String,System.Int64,System.Int64)"]

endTime
Type: System..::.Int64

[Missing <param name="endTime"/> documentation for "M:Facebook.Api.Controllers.EventsController.Get(System.Int64,System.String,System.Int64,System.Int64)"]

Return Value

[Missing <returns> documentation for "M:Facebook.Api.Controllers.EventsController.Get(System.Int64,System.String,System.Int64,System.Int64)"]

See Also

EventsController Class
Get Overload
Facebook.Api.Controllers Namespace