Class TfMock
Inheritance
System.Object
TfMock
Assembly: cs.temp.dll.dll
Syntax
public class TfMock : TfBase
Constructors
TfMock(TfFrameList)
Declaration
public TfMock(TfFrameList frames)
Parameters
Type |
Name |
Description |
TfFrameList |
frames |
|
Methods
GetAllFrames(Empty, ServerCallContext)
Declaration
public override Task<TfFrameList> GetAllFrames(Empty request, ServerCallContext context)
Parameters
Type |
Name |
Description |
Empty |
request |
|
ServerCallContext |
context |
|
Returns
Type |
Description |
Task<TfFrameList> |
|