System.Runtime.Remoting.RemotingConfiguration.RemotingConfiguration.IsRemotelyActivatedClientType C# (CSharp) Method

IsRemotelyActivatedClientType() public static method

public static IsRemotelyActivatedClientType ( Type svrType ) : ActivatedClientTypeEntry
svrType System.Type
return ActivatedClientTypeEntry
		public static ActivatedClientTypeEntry IsRemotelyActivatedClientType (Type svrType) 
		{
			lock (channelTemplates)
			{
				return activatedClientEntries [svrType] as ActivatedClientTypeEntry;
			}
		}

Same methods

RemotingConfiguration.RemotingConfiguration::IsRemotelyActivatedClientType ( string typeName, string assemblyName ) : ActivatedClientTypeEntry