Skip to content

How to call server in c# client #71

@helmishariff

Description

@helmishariff

I tried this but no success.

InvocationDescriptor invocation = new InvocationDescriptor();
invocation.Identifier = Guid.Parse(_clientId);
invocation.MethodName = "CallServer";

        await _connection.SendAsync(invocation);

on the server:
public async Task CallServer()
{
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions