|
OperationControllerGetLastEvent Method |
Get the last event in of a operation
Namespace: DrawerBackup.Server.WebS.ControllersAssembly: DrawerBackup.Server (in DrawerBackup.Server.dll) Version: 0.0.1.1 (0.0.1.1)
Syntax[AuthorizeAttribute]
[HttpGetAttribute]
public Result GetLastEvent(
string id
)
<AuthorizeAttribute>
<HttpGetAttribute>
Public Function GetLastEvent (
id As String
) As Result
public:
[AuthorizeAttribute]
[HttpGetAttribute]
Result^ GetLastEvent(
String^ id
)
[<AuthorizeAttribute>]
[<HttpGetAttribute>]
member GetLastEvent :
id : string -> Result
Parameters
- id
- Type: SystemString
ID of the Operation
Return Value
Type:
Result
See Also