public interface IBackendCallBackServer
Modifier and Type | Method and Description |
---|---|
Guid |
BackendException(VdcActionType actionType,
VdcFault fault) |
void |
ClearQuery(Guid QueryId) |
void |
QueryDataChanged(Guid queryId,
IRegisterQueryUpdatedData updatedData) |
void |
QueryFailed(Guid queryId) |
void |
SearchQueryException(Guid queryId,
VdcQueryType queryType,
VdcFault fault)
Add fault search query to queue of async queries
|
void QueryDataChanged(Guid queryId, IRegisterQueryUpdatedData updatedData)
void QueryFailed(Guid queryId)
Guid BackendException(VdcActionType actionType, VdcFault fault)
void SearchQueryException(Guid queryId, VdcQueryType queryType, VdcFault fault)
queryId
- - guid of fault queryqueryType
- - the type of queryfault
- - the type of faultvoid ClearQuery(Guid QueryId)
Copyright © 2012. All Rights Reserved.