Share via


IProxyActivator.CreateInstance Method

Definition

Create the instance of the generated proxy type.

public Microsoft.ServiceFabric.Services.Remoting.Builder.ProxyBase CreateInstance ();
abstract member CreateInstance : unit -> Microsoft.ServiceFabric.Services.Remoting.Builder.ProxyBase
Public Function CreateInstance () As ProxyBase

Returns

An instance of the generated proxy as ProxyBase

Applies to