[HttpGetAttribute]
[RouteAttribute("Close/{token}")]
public IActionResult Close(
string token
)<HttpGetAttribute>
<RouteAttribute("Close/{token}")>
Public Function Close (
token As String
) As IActionResultpublic:
[HttpGetAttribute]
[RouteAttribute(L"Close/{token}")]
IActionResult^ Close(
String^ token
)function Close(token);[Missing <returns> documentation for "M:Gemstone.Web.APIController.ReadOnlyModelController`1.Close(System.String)"]