CustomNavigationItemIsVisibleCallback is defined in the Telligent.Evolution.Extensibility.UI.Version3 namespace of Telligent.Evolution.Platform.dll
Definition
class CustomNavigationItemIsVisibleCallback
{
IAsyncResult BeginInvoke(int userId, AsyncCallback callback, Object object);
bool EndInvoke(IAsyncResult result);
bool Invoke(int userId);
}
Methods
IAsyncResult BeginInvoke(int userId, AsyncCallback callback, Object object);
Parameters
| Name | Type | Description | Required | Default | Options |
|---|---|---|---|---|---|
| userId | int | User Id | Required | ||
| callback | AsyncCallback | Callback | Required | ||
| object | Object | Object | Required |
Return Type
IAsyncResult
bool EndInvoke(IAsyncResult result);
Parameters
| Name | Type | Description | Required | Default | Options |
|---|---|---|---|---|---|
| result | IAsyncResult | Result | Required |
Return Type
bool
bool Invoke(int userId);
Parameters
| Name | Type | Description | Required | Default | Options |
|---|---|---|---|---|---|
| userId | int | User Id | Required |
Return Type
bool