Skip to content

Multi-Listener in SF (stateless) #5

@JHinW

Description

@JHinW

should assign each service with their own name.

yield return new ServiceInstanceListener(context =>
            {
                return CreateRestListener(context);
                //return CreateSoapListener(context);
            }, "sss");

            yield return new ServiceInstanceListener(context =>
            {
                // return CreateRestListener(context);
                return CreateSoapListener(context);
            }, "www");

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